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) |
获取或设置超时时间,用于确定是否终止请求以减轻拒绝服务攻击。 |