SshChannel.Available Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Available
Gets the number of bytes available in the receive buffer.
Declaration
public int Available { get; }
Property Value
Type | Description |
---|---|
Int32 | Number of bytes available. |
Remarks
Unlike the GetAvailable() method, this property will not process any pending incoming packets.