Share via


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
public field static FramingContentType  Specifies a framing content type. This field is constant. (Inherited from Soap)
public field static InvalidSoapMessage  Specifies the string "The message is not a valid SOAP message". This field is constant.(Inherited from Soap)
public field static InvalidXmlMessage  Specifies that the XML message is invalid. This field is constant.(Inherited from Soap)
public field static MethodPost  Specifies the string "POST". This field is constant.(Inherited from Soap)
public field static ServerUnavailable  Returns the string " Server unavailable, please try later ". This field is constant.(Inherited from Soap)

Top

Public Properties

  Name Description
public property ActorNext Overridden. Gets the URL that points to the ActorNext schema.
public property ActorNextUri Overridden. Gets the URI of the Actor attribute in the SOAP message.
public property AttributeNameActor Overridden. Returns the string "role".
public property ContentType Overridden. Gets the content type for the SOAP 1.2 message.
public property EncodingStyle Overridden. Gets the encoding style for the SOAP 1.2 message.
public property ExcludedAttributesList Overridden. Gets a list of attributes to be excluded from serialization.
public property NamespaceURI Overridden. Gets the SOAP envelope schema namespace value.
public property Prefix Overridden. Gets the prefix that is used.
public property RpcNamespaceURI Returns the RPC namespace URI.
public property SoapVersion Overridden. Gets the SOAP version.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CreateBodyElement  (Inherited from Soap )
public method CreateEnvelopeElement  (Inherited from Soap )
public method CreateHeaderElement  (Inherited from Soap )
public method Equals  Overloaded. (Inherited from Object )
public method FromFaultXml Overridden. Retrieves the error message from within the Fault element of a SOAP message.
public method GetActorAttribute  (Inherited from Soap )
public method GetFaultXml Overridden. Returns a Fault element for a given exception and actor.
public method GetHashCode  (Inherited from Object )
public method GetMustUnderstand  (Inherited from Soap )
public method GetRelay Gets whether or not a SOAP header block must be relayed if not processed.
public method GetType  (Inherited from Object )
public method IsActorNext  (Inherited from Soap )
public method IsBodyElement  (Inherited from Soap )
public method IsEnvelopeElement  (Inherited from Soap )
public method IsFaultElement  (Inherited from Soap )
public method IsHeaderElement  (Inherited from Soap )
public method IsMustUnderstandAttribute  (Inherited from Soap )
public method static ReferenceEquals  (Inherited from Object )
public method SetActorAttribute  (Inherited from Soap )
public method SetMustUnderstand  (Inherited from Soap )
public method SetRelay Sets whether or not a SOAP header block must be relayed for the supplied XmlElement in the XmlDocument.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetEncodedStringFromBoolean  (Inherited from Soap )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

Soap12 Class
Microsoft.Web.Services3 Namespace