System::Web::Services::Soap12::Attribute Class Reference

Contains the names of the attributes of SOAP version 1.2. More...

Public Member Functions

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

Static Public Attributes

static const String UpgradeEnvelopeQname
 The string representation of the 'qname' attribute name. More...
 
static const String Role
 The string representation of the 'role' attribute name. More...
 
static const String Relay
 The string representation of the 'relay' attribute name. More...
 

Detailed Description

Contains the names of the attributes of SOAP version 1.2.

Constructor & Destructor Documentation

◆ Attribute()

System::Web::Services::Soap12::Attribute::Attribute ( )
delete

The default constructor is deleted.

Member Data Documentation

◆ Relay

const String System::Web::Services::Soap12::Attribute::Relay
static

The string representation of the 'relay' attribute name.

◆ Role

const String System::Web::Services::Soap12::Attribute::Role
static

The string representation of the 'role' attribute name.

◆ UpgradeEnvelopeQname

const String System::Web::Services::Soap12::Attribute::UpgradeEnvelopeQname
static

The string representation of the 'qname' attribute name.