CoreConnectionPNames.MaxLineLength Field

Definition

Determines the maximum line length limit.

[Android.Runtime.Register("MAX_LINE_LENGTH")]
public const string MaxLineLength;
[<Android.Runtime.Register("MAX_LINE_LENGTH")>]
val mutable MaxLineLength : string

Field Value

Attributes

Remarks

Determines the maximum line length limit. If set to a positive value, any HTTP line exceeding this limit will cause an IOException. A negative or zero value will effectively disable the check.

This parameter expects a value of type Integer.

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

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