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