RoutingExtensionElement.SoapProcessingEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否应进行 SOAP 处理。
public:
property bool SoapProcessingEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("soapProcessingEnabled", DefaultValue=true)]
public bool SoapProcessingEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("soapProcessingEnabled", DefaultValue=true)>]
member this.SoapProcessingEnabled : bool with get, set
Public Property SoapProcessingEnabled As Boolean
属性值
true
如果应封送消息,则为;否则为 false
。 默认值为 true
。
- 属性
注解
有关 SOAP 处理的更多信息,请参见SoapProcessingBehavior。