AndroidMessageHandler.MaxResponseHeadersLength Property
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.
Gets or sets the maximum length, in kilobytes (1024 bytes), of the response headers. The default value is 64 KB.
public int MaxResponseHeadersLength { get; set; }
member this.MaxResponseHeadersLength : int with get, set