SoapHeaderHandling Members

The SoapHeaderHandling class is used to get, set, write, and read SOAP header content to and from SOAP messages.

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

  Name Description
Public method SoapHeaderHandling Initializes a new instance of SoapHeaderHandling.
Top

(see also Protected Methods )
  Name Description
Public method Static EnsureHeadersUnderstood Checks to ensure that the SOAP headers that must be understood have been understood; if not, this method throws an exception.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method Static GetHeaderMembers Gets the SOAP header content for the specified SOAP message.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method ReadHeaders Returns a String that contains the SOAP header content of the SOAP message.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Static SetHeaderMembers Sets the SOAP header content for the specified SOAP message.
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Public method Static WriteHeaders Writes the specified SOAP header content to the SOAP message.
Public method Static WriteUnknownHeaders Writes the specified SOAP header content to the SOAP message.
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: