SoapEnvelopeProcessingElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SoapEnvelopeProcessingElement 類別的新執行個體。
多載
SoapEnvelopeProcessingElement() |
初始化 SoapEnvelopeProcessingElement 類別的新執行個體。 |
SoapEnvelopeProcessingElement(Int32) |
使用所提供的 SoapEnvelopeProcessingElement 值,初始化 Int32 類別的新執行個體。 |
SoapEnvelopeProcessingElement(Int32, Boolean) |
取得或設定逾時期間,用來判斷是否要終止要求,以減輕阻絕服務攻擊。 |
SoapEnvelopeProcessingElement()
初始化 SoapEnvelopeProcessingElement 類別的新執行個體。
public:
SoapEnvelopeProcessingElement();
public SoapEnvelopeProcessingElement ();
Public Sub New ()
適用於
SoapEnvelopeProcessingElement(Int32)
使用所提供的 SoapEnvelopeProcessingElement 值,初始化 Int32 類別的新執行個體。
public:
SoapEnvelopeProcessingElement(int readTimeout);
public SoapEnvelopeProcessingElement (int readTimeout);
new System.Web.Services.Configuration.SoapEnvelopeProcessingElement : int -> System.Web.Services.Configuration.SoapEnvelopeProcessingElement
Public Sub New (readTimeout As Integer)
參數
- readTimeout
- Int32
逾時期間值。
適用於
SoapEnvelopeProcessingElement(Int32, Boolean)
取得或設定逾時期間,用來判斷是否要終止要求,以減輕阻絕服務攻擊。
public:
SoapEnvelopeProcessingElement(int readTimeout, bool strict);
public SoapEnvelopeProcessingElement (int readTimeout, bool strict);
new System.Web.Services.Configuration.SoapEnvelopeProcessingElement : int * bool -> System.Web.Services.Configuration.SoapEnvelopeProcessingElement
Public Sub New (readTimeout As Integer, strict As Boolean)
參數
- readTimeout
- Int32
在終止對 Read() 和 MoveToContent() 的要求前等候的時間。