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;
Socket Class | Socket Members | System.Net.Sockets Namespace