Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SoapRpcServiceAttribute::Use Property

 

Gets or sets the binding used when invoking the Web service's methods.

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

public:
[ComVisibleAttribute(false)]
property SoapBindingUse Use {
	SoapBindingUse get();
	void set(SoapBindingUse value);
}

Property Value

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

A member of the SoapBindingUse enumeration specifying the binding used when invoking the Web service's methods.

The default value of this property is Default.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft