Condividi tramite


HttpWebRequestElement.MaximumErrorResponseLength Proprietà

Definizione

Ottiene o imposta la lunghezza massima consentita di una risposta di errore.

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

Valore della proprietà

Intero con segno a 32 bit contenente la lunghezza massima in kilobyte (1024 byte) della risposta di errore. Il valore predefinito è 64.

Attributi

Si applica a