NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket.Available

Gets the amount of data pending in the network's input buffer that can be read from the socket.

[Visual Basic]
Public ReadOnly Property Available As Integer
[C#]
public int Available {get;}
[C++]
public: __property int get_Available();
[JScript]
public function get Available() : int;

See Also

Socket Class | Socket Members | System.Net.Sockets Namespace