Description: 这是用C#编写的客户器与服务器的程序,为需要使用的人员提供了条件。-this is a client programm and a server programm writen in c#,it provides convenience for people who need it. Platform: |
Size: 48128 |
Author:李斌 |
Hits:
Description: .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program Platform: |
Size: 3072 |
Author:蓝鸥 |
Hits:
Description: 先运行server端
再运行client端
client端可以同时打开多个窗口 可以建立聊天室-first running again running server-client-end client can open multiple windows I can set up chat rooms Platform: |
Size: 62464 |
Author:li |
Hits:
Description: C#写的聊天软件,如果正在学习C#网络的人这个程序不可不看,适合初学者!-C# Written in chat software, If you are learning C# Network of people can not watch this program suitable for beginners! Platform: |
Size: 245760 |
Author:cxd |
Hits:
Description: FTP服务器和客户端,按照FTP RFC标准实现,但是功能尚没有完全实现。但是框架和协议都是设定。-FTP server and the client, in accordance with the FTP RFC standard to achieve, but the functions did not fully realize yet. But the framework and the agreements are set. Platform: |
Size: 38912 |
Author:廖洪申 |
Hits:
Description: 服务器+客户端的聊天程序,支持外网互通,使用TCP协议-Server+ Client chat program, support from the network, using TCP protocol Platform: |
Size: 379904 |
Author:grf110 |
Hits:
Description: 一个网络库,用c#编写,功能很强大,里面带了很多例子,包括tcpserver,tcpclient,加密server,client等等。里面有doc说明文档。-A network of libraries, with c# Prepared very powerful feature, which brought a lot of examples, including the tcpserver, tcpclient, encrypted server, client and so on. There are doc documentation. Platform: |
Size: 90112 |
Author:各宾 |
Hits:
Description: 本书是关于C#网络开发的教材,主要包括三个方面内容,首先简要介绍了有关C#网络开发的基础知识;接着讲解基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发;最后是高级应用,包括Win32网络组件开发、Web数据库基础、Win32异步套接字数据库开发、XML Web Services开发以及一个完整的分布式网络应用程序开发实例。
本书适合于C#开发人员进行网络开发,对Visual C++ .NET和Visual Basic.NET开发人员也很有参考意义。-This book is on the C# Network development of teaching materials, mainly includes three aspects, first of all briefly introduce the relevant C# Network development based on knowledge then on the basis of server development, the basis of client development, FTP development, SMTP development, POP3 Development and remote control development Finally, advanced applications, including the development of Win32 network components, Web database, Win32 Asynchronous Socket database development, XML Web Services development as well as a complete distributed network application development examples. This book is suitable for C# Developer network development, on the Visual C++. NET and Visual Basic. NET developers is also very useful. Platform: |
Size: 7702528 |
Author:Admrial |
Hits:
Description: 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像;
第二步:建立一个Socket对像;
第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求;
第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息;
第五步:用socket对像的Receive()方法接受服务器发来的信息
第六步:通信结束后一定记得关闭socket;
-Step one: use the specified port number and server to establish a Endpoint ip like the second step: the creation of a Socket on the image the third step: using socket like the Connect () method to the above set up like as Endpoint parameters, the issue of connection requests to the server the fourth step: If the connection is successful, it will use socket like the Send () method to send messages to the server Fifth Step: Using socket like the Receive () method to accept the server sends information Sixth step: communication must remember to close after the end of socket Platform: |
Size: 14336 |
Author:zhou |
Hits: