Compartilhar via


SoapEnvelopeProcessingElement.ReadTimeout Propriedade

Definição

Obtém ou define o período de tempo limite usado para determinar se deve-se ou não terminar solicitações para mitigação de ataques de negação de serviço.

public:
 property int ReadTimeout { int get(); void set(int value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteIntConverter))]
[System.Configuration.ConfigurationProperty("readTimeout", DefaultValue=2147483647)]
public int ReadTimeout { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteIntConverter))>]
[<System.Configuration.ConfigurationProperty("readTimeout", DefaultValue=2147483647)>]
member this.ReadTimeout : int with get, set
Public Property ReadTimeout As Integer

Valor da propriedade

Int32

O tempo de espera antes de encerrar as solicitações para Read() e MoveToContent().

Atributos

Aplica-se a