System::Web::Services::Protocols::SoapServiceRoutingStyle enum
SoapServiceRoutingStyle enum
枚举了 SOAP 消息路由到 XML Web 服务的选项。
enum class SoapServiceRoutingStyle
值
| 名称 | 值 | 描述 |
|---|---|---|
| SoapAction | 0 | SOAP 消息基于 ‘SOAPAction’ 属性进行路由。 |
| RequestElement | 1 | SOAP 消息基于 ‘Body’ 元素之后的第一个子元素进行路由。 |
另见
- Namespace System::Web::Services::Protocols
- Library Aspose.Font for C++