Java.Net.Socket.InputStream Property
Returns an input stream to read data from this socket.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while creating the input stream or the socket is in an invalid state.

Remarks

Returns an input stream to read data from this socket. If the socket has an associated Java.Nio.Channels.SocketChannel and that channel is in non-blocking mode then reads from the stream will throw a Java.Nio.Channels.IllegalBlockingModeException.

[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