SoapHeaderBinding.Use 属性

定义

指定是使用由 Encoding 属性指定的规则对标题进行编码,还是将标题封装在具体的 XML 架构中。

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

示例

SoapHeaderBinding_Use#4

适用于