Share via


HttpWebRequestElement.MaximumErrorResponseLength Propriété

Définition

Obtient ou définit la longueur maximale autorisée d'une réponse d'erreur.

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

Valeur de propriété

Entier 32 bits signé qui contient la longueur maximale de la réponse d'erreur en kilo-octets (1 024 octets). La valeur par défaut est 64.

Attributs

S’applique à