SoapEnvelopeProcessingElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定逾時,藉由終止所花時間超過 ReadTimeout 屬性值的任何要求,以協助減輕服務拒絕攻擊。
public ref class SoapEnvelopeProcessingElement sealed : System::Configuration::ConfigurationElement
public sealed class SoapEnvelopeProcessingElement : System.Configuration.ConfigurationElement
type SoapEnvelopeProcessingElement = class
inherit ConfigurationElement
Public NotInheritable Class SoapEnvelopeProcessingElement
Inherits ConfigurationElement
- 繼承
備註
每次呼叫 Read 和 MoveToContent 時都會檢查逾時值。
建構函式
SoapEnvelopeProcessingElement() |
初始化 SoapEnvelopeProcessingElement 類別的新執行個體。 |
SoapEnvelopeProcessingElement(Int32) |
使用所提供的 SoapEnvelopeProcessingElement 值,初始化 Int32 類別的新執行個體。 |
SoapEnvelopeProcessingElement(Int32, Boolean) |
取得或設定逾時期間,用來判斷是否要終止要求,以減輕阻絕服務攻擊。 |