Share via


HttpWebRequestElement.MaximumErrorResponseLength Eigenschaft

Definition

Ruft die maximal zulässige Länge einer Fehlerantwort ab oder legt diese fest.

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

Eigenschaftswert

Eine 32-Bit-Ganzzahl mit Vorzeichen, die die maximale Länge der Fehlerantwort in Kilobyte (1024 Bytes) enthält. Der Standardwert ist 64.

Attribute

Gilt für: