SocketImpl.Available Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the number of bytes that can be read from this socket without blocking.
[Android.Runtime.Register("available", "()I", "GetAvailableHandler")]
protected abstract int Available ();
[<Android.Runtime.Register("available", "()I", "GetAvailableHandler")>]
abstract member Available : unit -> int
Returns
the number of bytes that can be read from this socket without blocking.
- Attributes
Exceptions
if an error occurs while reading the number of bytes.
Remarks
Returns the number of bytes that can be read from this socket without blocking.
Java documentation for java.net.SocketImpl.available()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.