Cronous Emulation Server Daemon

TCPSocketHandler._socket Field

Socket object associated to the handler.

[Visual Basic]
Protected _socket As Socket
[C#]
protected Socket _socket;
[C++]
protected: Socket* _socket;
[JScript]
protected var _socket: Socket;

See Also

TCPSocketHandler Class | croemud.connection Namespace