Cronous Emulation Server Daemon

TCPSocket Constructor 

Initializes the instance of TCPSocket.

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

Parameters

socket
An existing socket, or null to create a new one.

See Also

TCPSocket Class | croemud.connection Namespace