Server.Network.Network Function
Constructor initializes the Network object
Public void Network (Server.Server, System.Net.Sockets.TcpListener)
Type
Name
Description
Server
server
Contains the pointer to the <c>Server</c>
System.Net.Sockets.TcpListener
listener
Contains the pointer to the listener of the servers side
Return
Description
void