SoapHeaderFaultBinding::Use Property

 

Specifies whether the header is encoded using rules specified by the Encoding property, or is encapsulated within a concrete 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.

.NET Framework
Available since 1.1
Return to top
Show: