SoapBodyBinding.Use 属性

定义

指示消息部分是使用指定的编码规则进行编码还是定义消息的具体架构。

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

SoapBindingUse 值之一。 默认值为 Default

示例

SoapBinding_SoapOperationBinding#9

注解

Namespace属性Encoding取决于此属性的值。 Their values should be set only if the value of this property is Encoded. 否则,XML Web 服务将产生意外行为。

适用于