Cronous Emulation Server Daemon

TCPSocketHandler Constructor 

Initializes the instance of TCPSocketHandler.

[Visual Basic]
Public Sub New( _ 
   ByVal socket As Socket _ 
)
[C#]
public TCPSocketHandler(
   Socket socket
);
[C++]
public: TCPSocketHandler(
   Socket* socket
);
[JScript]
public function TCPSocketHandler(
   Socket socket
);

Parameters

socket
Initial socket, or null to create a new one.

See Also

TCPSocketHandler Class | croemud.connection Namespace