Gets the number of bytes available in the receive buffer.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property Available As Integer Get |
C# |
---|
public int Available { get; } |
Return Value
Number of bytes available.Remarks
Unlike the GetAvailable()()()() method, this property will not process any pending incoming packets.