HttpWebRequestElement.MaximumErrorResponseLength Propriedade

Definição

Obtém ou define o comprimento máximo permitido de uma resposta de erro.

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 Propriedade

Um inteiro assinado de 32 bits contendo o comprimento máximo em kilobytes (1024 bytes) da resposta ao erro. O valor padrão é 64.

Atributos

Aplica-se a