Org.Apache.Http.Params.CoreConnectionPNames.MaxHeaderCount Field
Determines the maximum HTTP header count allowed.

Syntax

[Android.Runtime.Register("MAX_HEADER_COUNT")]
public const string MaxHeaderCount

Remarks

Determines the maximum HTTP header count allowed. If set to a positive value, the number of HTTP headers received from the data stream exceeding this limit will cause an IOException. A negative or zero value will effectively disable the check.

This parameter expects a value of type Java.Lang.Integer.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Params
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1