Cronous Emulation Server Daemon

TCPServerSocket._state Field

Socket state.

[Visual Basic]
Protected _state As TCPSocketState
[C#]
protected TCPSocketState _state;
[C++]
protected: TCPSocketState _state;
[JScript]
protected var _state: TCPSocketState;

See Also

TCPServerSocket Class | croemud.connection Namespace