Cronous Emulation Server Daemon

TCPSocket.wants_writing_notification Method 

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;

Return Value

true if the socket wants to process writing, false otherwise.

See Also

TCPSocket Class | croemud.connection Namespace