Cronous Emulation Server Daemon

TCPSocket._can_send Field

Specifies whether the socket is ready to send data.

[Visual Basic]
Protected _can_send As Boolean
[C#]
protected bool _can_send;
[C++]
protected: bool _can_send;
[JScript]
protected var _can_send: bool;

See Also

TCPSocket Class | croemud.connection Namespace