Name
SoapBindingUse
Synopsis
This enumeration applies to SOAP extensibility elements and specifies the XML encoding
of a message. Encoded specifies that the message parts are encoded using the given encoding rules
(which are usually specified in a corresponding Encoding property), while Literal indicates that the message parts represent a concrete schema and Default specifies an empty string for the corresponding XML use attribute.
Classes that use this enumeration expose a Use property
(as in SoapBodyBinding.Use and SoapFaultBinding.Use).
Public Enum SoapBindingUse Default = 0 Encoded = 1 Literal = 2 End Enum
Hierarchy
System.Object→System.ValueType→ System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→ SoapBindingUse
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access