Java.Net.URLConnection.HeaderFields Property
Returns an unmodifiable map of the response-header fields and values.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns an unmodifiable map of the response-header fields and values. The response-header field names are the key values of the map. The map values are lists of header field values associated with a particular key name.

Some implementations (notably HttpURLConnection) include a mapping for the null key; in HTTP's case, this maps to the HTTP status line and is treated as being at position 0 when indexing into the header fields.

[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