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;
TCPSocket Class | croemud.connection Namespace