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() に対する要求を終了するまでに待機する時間。

属性

適用対象