Gets the amount of bytes of data that has been received from the network and is available to be read.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Available As Integer |
| C# | |
|---|
public int Available {get;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_Available(); |
| C++/CLI | |
|---|
public:
property int Available {
int get();
} |
Property Value
The number of bytes of data that has been received from the network and is available to be read.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also