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.

SoapBindingUse Enumeration

 

Specifies whether the message parts are encoded as abstract type definitions or concrete schema definitions.

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

public enum class SoapBindingUse

Member nameDescription
Default

Specifies an empty string ("") value for the corresponding XML use attribute.

Encoded

The message parts are encoded using given encoding rules.

Literal

The message parts represent a concrete schema.

This enumeration applies to extensibility elements which specify that data transmissions use the SOAP protocol, and which are added to FaultBinding, InputBinding and OutputBinding instances.

For more information about specifying protocols for XML Web services, see [<topic://cpconbuildingaspnetwebservices>]. For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.

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