CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
soap_parameter_style.h
1
2
#pragma once
3
4
namespace
System
{
namespace
Web {
namespace
Services {
namespace
Protocols {
5
7
enum class
SoapParameterStyle
8
{
10
Default
,
12
Bare
,
14
Wrapped
15
};
16
}}}}
// namespace System::Web::Services::Protocols
System::Web::Services::Protocols::SoapParameterStyle
SoapParameterStyle
Enumerates the parameters formats in a SOAP message.
Definition:
soap_parameter_style.h:8
System::Web::Services::Protocols::SoapParameterStyle::Bare
@ Bare
The parameters are placed in XML elements that follow the 'Body' element.
System::Web::Services::Protocols::SoapParameterStyle::Wrapped
@ Wrapped
The parameters are encapsulated within a single XML element that follows the 'Body' element.
System
Definition:
db_command.h:9
System::Default
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type Default()
Returns the reference to the single default-constructed instance of the exception type.
Definition:
default.h:16
include
net
web
services
protocol
soap_parameter_style.h
Generated by
1.9.4