Org.Apache.Http.Params.CoreConnectionPNames.MaxLineLength Field
Determines the maximum line length limit.

Syntax

[Android.Runtime.Register("MAX_LINE_LENGTH")]
public const string MaxLineLength

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 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