IConnConnectionPNames.MaxStatusLineGarbage Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the maximum number of ignorable lines before an HTTP response status line is expected.
[Android.Runtime.Register("MAX_STATUS_LINE_GARBAGE")]
public const string MaxStatusLineGarbage;
[<Android.Runtime.Register("MAX_STATUS_LINE_GARBAGE")>]
val mutable MaxStatusLineGarbage : string
Field Value
- Attributes
Remarks
With persistent HTTP/1.1 connections, surplus bytes from an incorrect content length can be detected only before the next response. This parameter expects an integer value. Zero disallows all ignorable lines, and MaxValue permits an unlimited number.
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.