SoapHeaderMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SoapHeaderMapping class represents a SOAP header mapping.
public ref class SoapHeaderMapping sealed
public sealed class SoapHeaderMapping
type SoapHeaderMapping = class
Public NotInheritable Class SoapHeaderMapping
- Inheritance
-
SoapHeaderMapping
Properties
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. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |