SoapEnvelopeProcessingElement.ReadTimeout 屬性

定義

取得或設定逾時期間,用來判斷是否要終止要求,以減輕阻絕服務攻擊。

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

屬性值

Int32

在終止對 Read()MoveToContent() 的要求前等候的時間。

屬性

適用於