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