Share via


SoapEnvelope Members

Represents the content of a SOAP message.

The following tables list the members exposed by the SoapEnvelope type.

Public Constructors

  Name Description
SoapEnvelope Initializes a new instance of the SoapEnvelope class.

Top

Public Properties

  Name Description
public property Attributes  (inherited from XmlNode )
public property BaseURI  (inherited from XmlDocument )
public property Body Gets the body element associated with the SOAP envelope.
public property ChildNodes  (inherited from XmlNode )
public property Context Gets or sets message-specific data for the SOAP envelope.
public property DocumentElement  (inherited from XmlDocument )
public property DocumentType  (inherited from XmlDocument )
public property Encoding Gets or sets the character encoding for the SOAP envelope.
public property Envelope Gets the entire SOAP envelope.
public property Fault Gets the SOAP fault from the SOAP envelope.
public property FirstChild  (inherited from XmlNode )
public property HasChildNodes  (inherited from XmlNode )
public property Header Gets the header element associated with the SOAP envelope.
public property Implementation  (inherited from XmlDocument )
public property InnerText  (inherited from XmlNode )
public property InnerXml  (inherited from XmlDocument )
public property IsReadOnly  (inherited from XmlDocument )
public property Item  Overloaded. (inherited from XmlNode )
public property LastChild  (inherited from XmlNode )
public property LocalName  (inherited from XmlDocument )
public property Name  (inherited from XmlDocument )
public property NamespaceURI  (inherited from XmlNode )
public property NameTable  (inherited from XmlDocument )
public property NextSibling  (inherited from XmlNode )
public property NodeType  (inherited from XmlDocument )
public property OuterXml  (inherited from XmlNode )
public property OwnerDocument  (inherited from XmlDocument )
public property ParentNode  (inherited from XmlNode )
public property Prefix  (inherited from XmlNode )
public property PreserveWhitespace  (inherited from XmlDocument )
public property PreviousSibling  (inherited from XmlNode )
public property Processed Gets a value indicating whether the SOAP envelope has been processed.
public property Value  (inherited from XmlNode )
public property XmlResolver  (inherited from XmlDocument )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AppendChild  (inherited from XmlNode )
public method Clone  (inherited from XmlNode )
public method CloneNode  (inherited from XmlDocument )
public method CreateAttribute  Overloaded. (inherited from XmlDocument )
public method CreateBody Creates a new body element for the SOAP envelope if one does not exist.
public method CreateCDataSection  (inherited from XmlDocument )
public method CreateComment  (inherited from XmlDocument )
public method CreateDocumentFragment  (inherited from XmlDocument )
public method CreateDocumentType  (inherited from XmlDocument )
public method CreateElement  Overloaded. (inherited from XmlDocument )
public method CreateEntityReference  (inherited from XmlDocument )
public method CreateHeader Creates a new header element for the SOAP envelope if one does not exist.
public method CreateNavigator  Overloaded. (inherited from XmlNode )
public method CreateNode  Overloaded. (inherited from XmlDocument )
public method CreateProcessingInstruction  (inherited from XmlDocument )
public method CreateSignificantWhitespace  (inherited from XmlDocument )
public method CreateTextNode  (inherited from XmlDocument )
public method CreateWhitespace  (inherited from XmlDocument )
public method CreateXmlDeclaration  (inherited from XmlDocument )
public method Equals  (inherited from Object )
public method GetBodyObject Overloaded.  
public method GetElementById  (inherited from XmlDocument )
public method GetElementsByTagName  Overloaded. (inherited from XmlDocument )
public method GetEnumerator  (inherited from XmlNode )
public method GetHashCode  (inherited from Object )
public method GetNamespaceOfPrefix  (inherited from XmlNode )
public method GetPrefixOfNamespace  (inherited from XmlNode )
public method GetType  (inherited from Object )
public method ImportNode  (inherited from XmlDocument )
public method InsertAfter  (inherited from XmlNode )
public method InsertBefore  (inherited from XmlNode )
public method static IsSoapBody Returns a value indicating whether the specified element is a SOAP <Body> element.
public method static IsSoapEnvelope Returns a value indicating whether the specified element is a SOAP <Envelope> element.
public method static IsSoapHeader Returns a value indicating whether the specified element is a SOAP <Header> element.
public method Load Overloaded. Overridden.  
public method LoadXml  (inherited from XmlDocument )
public method Normalize  (inherited from XmlNode )
public method PrependChild  (inherited from XmlNode )
public method ReadNode  (inherited from XmlDocument )
public method RemoveAll  (inherited from XmlNode )
public method RemoveChild  (inherited from XmlNode )
public method RemoveHeader Removes the SOAP header from the SOAP envelope.
public method ReplaceChild  (inherited from XmlNode )
public method Save Overloaded. Overridden.  
public method SelectNodes  Overloaded. (inherited from XmlNode )
public method SelectSingleNode  Overloaded. (inherited from XmlNode )
public method SetBodyObject Overloaded.  
public method Supports  (inherited from XmlNode )
public method ToString  (inherited from Object )
public method WriteContentTo  (inherited from XmlDocument )
public method WriteTo  (inherited from XmlDocument )

Top

Protected Methods

  Name Description
protected method CreateDefaultAttribute  (inherited from XmlDocument )
protected method CreateNavigator  Overloaded. (inherited from XmlDocument )
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )
protected method PostLoad Checks the format of the SOAP envelope after loading.

Top

Public Events

  Name Description
public event NodeChanged  (inherited from XmlDocument )
public event NodeChanging  (inherited from XmlDocument )
public event NodeInserted  (inherited from XmlDocument )
public event NodeInserting  (inherited from XmlDocument )
public event NodeRemoved  (inherited from XmlDocument )
public event NodeRemoving  (inherited from XmlDocument )

Top

See Also

Reference

SoapEnvelope Class
Microsoft.Web.Services2 Namespace