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 signé 32 bits contenant la longueur maximale en kilo-octets (1024 octets) de la réponse d’erreur. La valeur par défaut est 64.

Attributs

S’applique à