Cronous Emulation Server Daemon

TCPSocket._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

TCPSocket Class | croemud.connection Namespace