System::Web::Services::Soap::Code Class Reference

Contains the names of the SOAP codes. More...

Public Member Functions

 Code ()=delete
 The default constructor is deleted. More...
 

Static Public Attributes

static const String Server
 The string representation of the 'Server' SOAP code. More...
 
static const String VersionMismatch
 The string representation of the 'VersionMismatch' SOAP code. More...
 
static const String MustUnderstand
 The string representation of the 'MustUnderstand' SOAP code. More...
 
static const String Client
 The string representation of the 'Client' SOAP code. More...
 

Detailed Description

Contains the names of the SOAP codes.

Constructor & Destructor Documentation

◆ Code()

System::Web::Services::Soap::Code::Code ( )
delete

The default constructor is deleted.

Member Data Documentation

◆ Client

const String System::Web::Services::Soap::Code::Client
static

The string representation of the 'Client' SOAP code.

◆ MustUnderstand

const String System::Web::Services::Soap::Code::MustUnderstand
static

The string representation of the 'MustUnderstand' SOAP code.

◆ Server

const String System::Web::Services::Soap::Code::Server
static

The string representation of the 'Server' SOAP code.

◆ VersionMismatch

const String System::Web::Services::Soap::Code::VersionMismatch
static

The string representation of the 'VersionMismatch' SOAP code.