HttpConnectionParams.InterfaceConsts.MaxHeaderCount Field

Definition

Caution

deprecated

Determines the maximum HTTP header count allowed.

[Android.Runtime.Register("MAX_HEADER_COUNT")]
[System.Obsolete("deprecated")]
public const string MaxHeaderCount;
[<Android.Runtime.Register("MAX_HEADER_COUNT")>]
[<System.Obsolete("deprecated")>]
val mutable MaxHeaderCount : string

Field Value

String
Attributes

Remarks

Java documentation for org.apache.http.params.CoreConnectionPNames.MAX_HEADER_COUNT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to