This documentation is archived and is not being maintained.
SoapHeaderHandling Members
Visual Studio 2008
The SoapHeaderHandling class is used to get, set, write, and read SOAP header content to and from SOAP messages.
The SoapHeaderHandling type exposes the following members.
| Name | Description | |
|---|---|---|
|
EnsureHeadersUnderstood | Checks to ensure that the SOAP headers that must be understood have been understood; if not, this method throws an exception. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetHeaderMembers | Gets the SOAP header content for the specified SOAP message. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReadHeaders | Returns a String that contains the SOAP header content of the SOAP message. |
|
SetHeaderMembers | Sets the SOAP header content for the specified SOAP message. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
WriteHeaders | Writes the specified SOAP header content to the SOAP message. |
|
WriteUnknownHeaders | Writes the specified SOAP header content to the SOAP message. |
Show: