CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
soap_protocol_version.h
1
2
#pragma once
3
namespace
System
{
namespace
Web {
namespace
Services {
namespace
Protocols {
4
6
enum class
SoapProtocolVersion
7
{
9
Default
,
11
Soap11
,
13
Soap12
14
};
15
}}}}
// namespace System::Web::Services::Protocols
System::Web::Services::Soap12
Contains the string constants of SOAP version 1.2.
Definition:
soap.h:110
System::Web::Services::Protocols::SoapProtocolVersion
SoapProtocolVersion
Enumerates the versions of SOAP.
Definition:
soap_protocol_version.h:7
System::Web::Services::Protocols::SoapProtocolVersion::Soap11
@ Soap11
SOAP version 1.1.
System
Definition:
db_command.h:9
System::Default
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type Default()
Returns the default-constructed instance of the specified type.
Definition:
default.h:16
include
net
web
services
protocol
soap_protocol_version.h
Generated by
1.9.4