HttpWebRequestElement.MaximumErrorResponseLength Propriedade
Definição
Obtém ou define o comprimento máximo permitido de uma resposta de erro.Gets or sets the maximum allowed length of an error response.
public:
property int MaximumErrorResponseLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maximumErrorResponseLength", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public int MaximumErrorResponseLength { get; set; }
[<System.Configuration.ConfigurationProperty("maximumErrorResponseLength", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.MaximumErrorResponseLength : int with get, set
Public Property MaximumErrorResponseLength As Integer
Valor da propriedade
Um inteiro com sinal de 32 bits contendo o comprimento máximo em kilobytes (1024 bytes) da resposta de erro.A 32-bit signed integer containing the maximum length in kilobytes (1024 bytes) of the error response. O valor padrão é 64.The default value is 64.
- Atributos