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.
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 kilobytes (1024 bytes), 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 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 the MaximumResponseHeadersLength property is not explicitly set, it defaults to the value of the DefaultMaximumResponseHeadersLength property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.