The length in kilobytes of the response headers. A value of -1 means no
limit will be imposed on the response headers
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int MaxResponseHeaderLength { get; set; }
Public Property MaxResponseHeaderLength As Integer
public: property int MaxResponseHeaderLength { int get (); void set (int value); }