Cronous Emulation Server Daemon

TCPSocketHandler.socket Property

Socket object associated to the handler.

[Visual Basic]
Public Property ReadOnly socket As Socket
[C#]
public Socket socket { get; }
[C++]
public: __property Socket* get_socket();
[JScript]
public function get socket() : Socket

See Also

TCPSocketHandler Class | croemud.connection Namespace