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