Java.Net.SocketImpl.Available Method
Returns the available number of bytes which are readable from this socket without blocking.

Syntax

[Android.Runtime.Register("available", "()I", "GetAvailableHandler")]
protected abstract int Available ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while reading the number of bytes.

Remarks

Returns the available number of bytes which are readable from this socket without blocking.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1