SoapServerMethod::BindingUse Property

 

Gets a SoapBindingUse value that specifies whether the parts of SOAP messages sent to this XML Web service method are encoded as abstract type definitions or concrete schema definitions.

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

public:
property SoapBindingUse BindingUse {
	SoapBindingUse get();
}

Property Value

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

A SoapBindingUse value that specifies whether the parts of SOAP messages sent to this XML Web service method are encoded as abstract type definitions or concrete schema definitions.

.NET Framework
Available since 2.0
Return to top
Show: