Description: 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
To Search:
- [Client] - Step one: use the specified port number
File list (Check if you may need any files):
Server
......\Server
......\......\bin
......\......\...\Debug
......\......\obj
......\......\...\Debug
......\......\...\Server.csproj.FileList.txt
......\......\...\Server.csproj.FileListAbsolute.txt
......\......\Program.cs
......\......\Properties
......\......\..........\AssemblyInfo.cs
......\......\Server.csproj
......\Server.sln