VideoCallServer.Properties |
Name | Description |
---|---|
Form1 | |
Program | |
TCPServer | TCPServer is the Server class. When "StartServer" method is called this Server object tries to connect to a IP Address specified on a port configured. Then the server start listening for client socket requests. As soon as a requestcomes in from any client then a Client Socket Listening thread will be started. That thread is responsible for client communication. |
TCPSocketListener | TCPSocketListener is the direct socket comunication server with client. into is implemented the protocol. |
UDPServer | |
User |