System::Web::Services::Soap::Code class

Code class

Contains the names of the SOAP codes.

class Code

Methods

MethodDescription
Code()The default constructor is deleted.

Fields

FieldDescription
static ClientThe string representation of the ‘Client’ SOAP code.
static MustUnderstandThe string representation of the ‘MustUnderstand’ SOAP code.
static ServerThe string representation of the ‘Server’ SOAP code.
static VersionMismatchThe string representation of the ‘VersionMismatch’ SOAP code.

See Also