Java.Net.SocketImpl.InputStream Property
Gets the input stream of this socket.

Syntax

[get: Android.Runtime.Register("getInputStream", "()Ljava/io/InputStream;", "GetGetInputStreamHandler")]
protected abstract System.IO.Stream InputStream { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while accessing the input stream.

Remarks

Gets the input stream of this socket.

[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