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