RoutingExtensionElement.SoapProcessingEnabled 属性

定义

获取或设置一个值,该值指示是否应进行 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

属性值

Boolean

true 如果应封送消息,则为;否则为 false 。 默认值为 true

属性

注解

有关 SOAP 处理的更多信息,请参见SoapProcessingBehavior

适用于