SoapHeaderBinding::Use Property

 

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property SoapBindingUse Use {
	SoapBindingUse get();
	void set(SoapBindingUse value);
}

Property Value

Type: System.Web.Services.Description::SoapBindingUse

One of the SoapBindingUse values. The default is Default.

SoapHeaderBinding_Use#4

.NET Framework
Available since 1.1
Return to top
Show: