CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
soap_format_extensions.h
1
2#pragma once
3
4namespace System { namespace Web { namespace Services { namespace Description {
5
8{
10 Default,
12 Document,
14 Rpc
15};
16
19{
21 Default,
23 Encoded,
26};
27
28}}}} // namespace System::Web::Services::Description
SoapBindingUse
Specifies the message encoding method.
Definition: soap_format_extensions.h:19
@ Encoded
The message parts are encoded using the given encoding rules.
@ Literal
The message parts represent a specific schema.
SoapBindingStyle
Specifies the action type in the XML Web service at the class hierarchy level to which this enumerati...
Definition: soap_format_extensions.h:8
@ Rpc
The message contains the parameters to call a procedure or the return values of that procedure.
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