Java.Net.SocketImpl.OutputStream Property
Gets the output stream of this socket.

Syntax

[get: Android.Runtime.Register("getOutputStream", "()Ljava/io/OutputStream;", "GetGetOutputStreamHandler")]
protected abstract System.IO.Stream OutputStream { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Gets the output 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