SoapHeaderBinding.Use Property

Definition

Specifies whether the header is encoded using rules specified by the Encoding property, or is encapsulated within a concrete XML schema.

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

Property Value

One of the SoapBindingUse values. The default is Default.

Examples

SoapHeaderBinding_Use#4

Applies to