HttpWebRequestElement.MaximumErrorResponseLength Właściwość

Definicja

Pobiera lub ustawia maksymalną dozwoloną długość odpowiedzi o błędzie.

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

Wartość właściwości

32-bitowa liczba całkowita ze znakiem zawierająca maksymalną długość w kilobajtach (1024 bajtów) odpowiedzi o błędzie. Wartość domyślna to 64.

Atrybuty

Dotyczy