MaximumResponseHeadersLength Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the maximum allowed length of the response headers, in KB.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Property MaximumResponseHeadersLength As Integer
public int MaximumResponseHeadersLength { get; set; }
public:
property int MaximumResponseHeadersLength {
    int get ();
    void set (int value);
}
member MaximumResponseHeadersLength : int with get, set
function get MaximumResponseHeadersLength () : int
function set MaximumResponseHeadersLength (value : int)

Property Value

Type: System. . :: . .Int32
The length, in KB, of the response headers.

Remarks

The length of the response header includes the response status line and any extra control characters that are received as part of the HTTP protocol. A value of -1 means no limit is imposed on the response headers; a value of 0 means that all requests fail. If this property is not explicitly set, it defaults to 4.

.NET Framework Security

See Also

Reference

HttpListener Class

System.Net Namespace