Share via


HttpWebRequestElement.MaximumErrorResponseLength Vlastnost

Definice

Získá nebo nastaví maximální povolenou délku chybové odpovědi.

public:
 property int MaximumErrorResponseLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maximumErrorResponseLength", DefaultValue=64)]
public int MaximumErrorResponseLength { get; set; }
[<System.Configuration.ConfigurationProperty("maximumErrorResponseLength", DefaultValue=64)>]
member this.MaximumErrorResponseLength : int with get, set
Public Property MaximumErrorResponseLength As Integer

Hodnota vlastnosti

32bitové celé číslo se sadou obsahující maximální délku v kilobajtech (1024 bajtů) chybové odpovědi. Výchozí hodnota je 64.

Atributy

Platí pro