Soap12 Members
Represents the constants used in a SOAP 1.2 message.
The following tables list the members exposed by the Soap12 type.
Public Constructors
Name | Description | |
---|---|---|
Soap12 | Initializes a new instance of the Soap12 Class. |
Top
Public Fields
Name | Description | |
---|---|---|
FramingContentType | Specifies a framing content type. This field is constant. (Inherited from Soap) | |
InvalidSoapMessage | Specifies the string "The message is not a valid SOAP message". This field is constant.(Inherited from Soap) | |
InvalidXmlMessage | Specifies that the XML message is invalid. This field is constant.(Inherited from Soap) | |
MethodPost | Specifies the string "POST". This field is constant.(Inherited from Soap) | |
ServerUnavailable | Returns the string " Server unavailable, please try later ". This field is constant.(Inherited from Soap) |
Top
Public Properties
Name | Description | |
---|---|---|
ActorNext | Overridden. Gets the URL that points to the ActorNext schema. | |
ActorNextUri | Overridden. Gets the URI of the Actor attribute in the SOAP message. | |
AttributeNameActor | Overridden. Returns the string "role". | |
ContentType | Overridden. Gets the content type for the SOAP 1.2 message. | |
EncodingStyle | Overridden. Gets the encoding style for the SOAP 1.2 message. | |
ExcludedAttributesList | Overridden. Gets a list of attributes to be excluded from serialization. | |
NamespaceURI | Overridden. Gets the SOAP envelope schema namespace value. | |
Prefix | Overridden. Gets the prefix that is used. | |
RpcNamespaceURI | Returns the RPC namespace URI. | |
SoapVersion | Overridden. Gets the SOAP version. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CreateBodyElement | (Inherited from Soap ) | |
CreateEnvelopeElement | (Inherited from Soap ) | |
CreateHeaderElement | (Inherited from Soap ) | |
Equals | Overloaded. (Inherited from Object ) | |
FromFaultXml | Overridden. Retrieves the error message from within the Fault element of a SOAP message. | |
GetActorAttribute | (Inherited from Soap ) | |
GetFaultXml | Overridden. Returns a Fault element for a given exception and actor. | |
GetHashCode | (Inherited from Object ) | |
GetMustUnderstand | (Inherited from Soap ) | |
GetRelay | Gets whether or not a SOAP header block must be relayed if not processed. | |
GetType | (Inherited from Object ) | |
IsActorNext | (Inherited from Soap ) | |
IsBodyElement | (Inherited from Soap ) | |
IsEnvelopeElement | (Inherited from Soap ) | |
IsFaultElement | (Inherited from Soap ) | |
IsHeaderElement | (Inherited from Soap ) | |
IsMustUnderstandAttribute | (Inherited from Soap ) | |
ReferenceEquals | (Inherited from Object ) | |
SetActorAttribute | (Inherited from Soap ) | |
SetMustUnderstand | (Inherited from Soap ) | |
SetRelay | Sets whether or not a SOAP header block must be relayed for the supplied XmlElement in the XmlDocument. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
GetEncodedStringFromBoolean | (Inherited from Soap ) | |
MemberwiseClone | (Inherited from Object ) |
Top