SoapHeaderMapping Class
The SoapHeaderMapping class represents a SOAP header mapping.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | Custom | Gets a Boolean value that indicates whether the SOAP header mapping is custom-defined. |
![]() | Direction | Gets a SoapHeaderDirection value that indicates the direction of the SOAP header mapping. |
![]() | HeaderType | Gets a Type that represents the type of the SOAP header mapping. |
![]() | MemberInfo | Gets the MemberInfo associated with the SOAP header mapping. |
![]() | Repeats | Gets a Boolean value that indicates whether the SOAP header mapping repeats. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

