Mentalis.org Security Library documentation

SecureSocket.Available Property

Gets the amount of data that has been received from the network and is available to be read.

[Visual Basic]
Overrides Public ReadOnly Property Available As Integer
[C#]
public override int Available {get;}

Property Value

The number of bytes of data that has been received from the network and are available to be read.

Exceptions

Exception TypeCondition
ObjectDisposedExceptionThe SecureSocket has been closed.
SocketExceptionAn operating system error occurs while accessing the SecureSocket.
SecurityExceptionAn error occurs while interpreting the security data.

See Also

SecureSocket Class | SecureSocket Members | Org.Mentalis.Security.Ssl Namespace