CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
soap_header_direction.h
1
2#pragma once
3#include <system/enum_helpers.h>
4
5namespace System { namespace Web { namespace Services { namespace Protocols {
6
9{
11 In = 0x1,
13 InOut = 0x3,
15 Out = 0x2,
17 Fault = 0x4
18};
19
24DECLARE_USING_GLOBAL_OPERATORS
26}}}} // namespace System::Web::Services::Protocols
27
29DECLARE_USING_ENUM_OPERATORS(System::Web::Services::Protocols);
Definition: http_web_client_protocol.h:14
SoapHeaderDirection
Enumerates the SOAP header directions.
Definition: soap_header_direction.h:9
@ InOut
The SOAP header recipients are both the XML Web service and the XML Web service client.
@ Out
The SOAP header recipient is the XML Web service client.
@ In
The SOAP header recipient is the XML Web service.
Definition: db_command.h:9