Enumerations | |
| enum class | SoapBindingStyle { Default , Document , Rpc } |
| Specifies the action type in the XML Web service at the class hierarchy level to which this enumeration is applied. More... | |
| enum class | SoapBindingUse { Default , Encoded , Literal } |
| Specifies the message encoding method. More... | |
Specifies the action type in the XML Web service at the class hierarchy level to which this enumeration is applied.
| Enumerator | |
|---|---|
| Default | The default action type. |
| Document | The message is document oriented. |
| Rpc | The message contains the parameters to call a procedure or the return values of that procedure. |