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