Server.Worker.Worker Function
Constructor. Initializes the server, socket, and creates a NetworkStream to communicate with the client.
Public void Worker (Server.Server, System.Net.Sockets.Socket)
Type
Name
Description
Server
server
Contains the pointer to the server
System.Net.Sockets.Socket
socket
Contains the pointer to the socket
Return
Description
void