文件名称:Server
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:5.96kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
第一步:用指定的端口号和服务器的ip建立一个EndPoint对像;
第二步:建立一个Socket对像;
第三步:用socket对像的Bind()方法绑定EndPoint;
第四步:用socket对像的Listen()方法开始监听;
第五步:接受到客户端的连接,用socket对像的Accept()方法创建新的socket对像用于和请求的客户端进行通信
第六步:通信结束后一定记得关闭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 Bind () method to bind EndPoint fourth step: The socket like the Listen () method to start listening Fifth step: accept client connections, using socket like the Accept () method to create a new socket as used on the client and the request to communicate the sixth step: Communication must remember to close after the end of socket
第二步:建立一个Socket对像;
第三步:用socket对像的Bind()方法绑定EndPoint;
第四步:用socket对像的Listen()方法开始监听;
第五步:接受到客户端的连接,用socket对像的Accept()方法创建新的socket对像用于和请求的客户端进行通信
第六步:通信结束后一定记得关闭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 Bind () method to bind EndPoint fourth step: The socket like the Listen () method to start listening Fifth step: accept client connections, using socket like the Accept () method to create a new socket as used on the client and the request to communicate the sixth step: Communication must remember to close after the end of socket
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Server/Server/obj/Server.csproj.FileList.txt
Server/Server/obj/Server.csproj.FileListAbsolute.txt
Server/Server/Program.cs
Server/Server/Properties/AssemblyInfo.cs
Server/Server/Server.csproj
Server/Server.sln
Server/Server.suo
Server/Server/bin/Debug
Server/Server/obj/Debug
Server/Server/bin
Server/Server/obj
Server/Server/Properties
Server/Server
Server
Server/Server/obj/Server.csproj.FileListAbsolute.txt
Server/Server/Program.cs
Server/Server/Properties/AssemblyInfo.cs
Server/Server/Server.csproj
Server/Server.sln
Server/Server.suo
Server/Server/bin/Debug
Server/Server/obj/Debug
Server/Server/bin
Server/Server/obj
Server/Server/Properties
Server/Server
Server
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.