SshChannel.GetAvailable Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
GetAvailable()
Gets the number of bytes available in the receive buffer. If no data is available, the method will process any pending incoming packets.
Declaration
public int GetAvailable()
Returns
Type | Description |
---|---|
Int32 | Number of bytes available. |