Header Class
Defines the out-of-band data for a call.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Header(String^, Object^) | Initializes a new instance of the Header class with the given name and value. |
![]() | Header(String^, Object^, Boolean) | Initializes a new instance of the Header class with the given name, value, and additional configuration information. |
![]() | Header(String^, Object^, Boolean, String^) | Initializes a new instance of the Header class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | HeaderNamespace | Indicates the XML namespace that the current Header belongs to. |
![]() | MustUnderstand | Indicates whether the receiving end must understand the out-of-band data. |
![]() | Name | Contains the name of the Header. |
![]() | Value | Contains the value for the Header. |
Header objects are used to convey information about a remote function call (for example, transaction ID or a method signature). For more information, see BinaryFormatter and SoapFormatter.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


