HttpWebRequestElement.MaximumErrorResponseLength Propiedad

Definición

Obtiene o establece la longitud máxima permitida de una respuesta de error.

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

Valor de propiedad

Un entero de 32 bits con signo que contiene la longitud máxima en kilobytes (1024 bytes) de las respuestas de error. El valor predeterminado es 64.

Atributos

Se aplica a