Check whether the socket wants to process writing.
[Visual Basic] Overridable Public Function wants_writing_notification() As Boolean [C#] public virtual bool wants_writing_notification(); [C++] public: virtual bool wants_writing_notification(); [JScript] public virtual function wants_writing_notification(): bool;
true if the socket wants to process writing, false otherwise.
TCPSocketHandler Class | croemud.connection Namespace