SoapHeaderHandling Members
.NET Framework 3.0
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.
(see also
Protected Methods
)
Top
| 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 | Overloaded. Determines whether two Object instances are equal. (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) |
| ReadHeaders | Returns a String that contains the SOAP header content of the SOAP message. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| 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. |
| Name | Description | |
|---|---|---|
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: