Java.Net.URLConnection.DoInput Property
Returns the value of the option doInput which specifies whether this connection allows to receive data.

Syntax

[get: Android.Runtime.Register("getDoInput", "()Z", "GetGetDoInputHandler")]
[set: Android.Runtime.Register("setDoInput", "(Z)V", "GetSetDoInput_ZHandler")]
public virtual bool DoInput { 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 doInput which specifies whether this connection allows to receive data.

Set method documentation [Android Documentation]

Sets the flag indicating whether this URLConnection allows input. 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