HttpClientHandler.MaxResponseHeadersLength Właściwość

Definicja

Pobiera lub ustawia maksymalną długość w kilobajtach (1024 bajtów) nagłówków odpowiedzi. Jeśli na przykład wartość to 64, 65536 bajtów jest dozwolone dla maksymalnej długości nagłówków odpowiedzi.

public:
 property int MaxResponseHeadersLength { int get(); void set(int value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public int MaxResponseHeadersLength { get; set; }
public int MaxResponseHeadersLength { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.MaxResponseHeadersLength : int with get, set
member this.MaxResponseHeadersLength : int with get, set
Public Property MaxResponseHeadersLength As Integer

Wartość właściwości

Maksymalna długość w kilobajtach (1024 bajtach) nagłówków odpowiedzi.

Atrybuty

Dotyczy