LocalSocket.InputStream Property

Definition

Retrieves the input stream for this instance.

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

Property Value

input stream

Attributes

Exceptions

if socket has been closed or cannot be created.

Remarks

Retrieves the input stream for this instance.

Java documentation for android.net.LocalSocket.getInputStream().

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.

Applies to