SoapOperationBinding::Style Property

 

Gets or sets the type of SOAP binding used by the SoapOperationBinding.

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

public:
property SoapBindingStyle Style {
	SoapBindingStyle get();
	void set(SoapBindingStyle value);
}

Property Value

Type: System.Web.Services.Description::SoapBindingStyle

One of the SoapBindingStyle values. The default is Document.

SoapBinding_SoapOperationBinding#7

.NET Framework
Available since 1.1
Return to top
Show: