CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
soap_service_routing_style.h
1
2
#pragma once
3
namespace
System
{
namespace
Web {
namespace
Services {
namespace
Protocols {
4
6
enum class
SoapServiceRoutingStyle
7
{
9
SoapAction
= 0x0,
11
RequestElement
= 0x1
12
};
13
}}}}
// namespace System::Web::Services::Protocols
System::Web::Services::Protocols::SoapServiceRoutingStyle
SoapServiceRoutingStyle
Enumerates options of how a SOAP message is routed to the XML Web service.
Definition:
soap_service_routing_style.h:7
System::Web::Services::Protocols::SoapServiceRoutingStyle::RequestElement
@ RequestElement
The SOAP message is routed on the basis of the first child element after the 'Body' element.
System::Web::Services::Protocols::SoapServiceRoutingStyle::SoapAction
@ SoapAction
The SOAP message is routed on the basis of the 'SOAPAction' attribute.
System
Definition:
db_command.h:9
include
net
web
services
protocol
soap_service_routing_style.h
Generated by
1.9.4