Java.Net.URLConnection.RequestProperties Property
Returns an unmodifiable map of general request properties used by this connection.

Syntax

[get: Android.Runtime.Register("getRequestProperties", "()Ljava/util/Map;", "GetGetRequestPropertiesHandler")]
public virtual IDictionary<string, IList<string>> RequestProperties { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an unmodifiable map of general request properties used by this connection. The request property names are the key values of the map. The map values are lists of property values of the corresponding key name.

[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