SoapBodyBinding.Use 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示消息部分是使用指定的编码规则进行编码还是定义消息的具体架构。
public:
property System::Web::Services::Description::SoapBindingUse Use { System::Web::Services::Description::SoapBindingUse get(); void set(System::Web::Services::Description::SoapBindingUse value); };
public System.Web.Services.Description.SoapBindingUse Use { get; set; }
member this.Use : System.Web.Services.Description.SoapBindingUse with get, set
Public Property Use As SoapBindingUse
属性值
SoapBindingUse 值之一。 默认值为 Default
。
示例
SoapBinding_SoapOperationBinding#9
注解
Namespace属性Encoding取决于此属性的值。 Their values should be set only if the value of this property is Encoded
. 否则,XML Web 服务将产生意外行为。