Java.Net.URLConnection.DoOutput Property
Returns the value of the option doOutput which specifies whether this connection allows to send data.

Syntax

[get: Android.Runtime.Register("getDoOutput", "()Z", "GetGetDoOutputHandler")]
[set: Android.Runtime.Register("setDoOutput", "(Z)V", "GetSetDoOutput_ZHandler")]
public virtual bool DoOutput { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalAccessErrorif this method attempts to change the value after the connection has been already established.
Java.Lang.IllegalAccessErrorif this method attempts to change the value after the connection has been already established.
Java.Lang.IllegalAccessErrorif this method attempts to change the value after the connection has been already established.
Java.Lang.IllegalAccessErrorif this method attempts to change the value after the connection has been already established.
Java.Lang.IllegalAccessErrorif this method attempts to change the value after the connection has been already established.

Remarks

Get method documentation [Android Documentation]

Returns the value of the option doOutput which specifies whether this connection allows to send data.

Set method documentation [Android Documentation]

Sets the flag indicating whether this URLConnection allows output. It cannot be set after the connection is established.

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1