Header Class
Defines the out-of-band data for a call.
For a list of all members of this type, see Header Members.
System.Object
System.Runtime.Remoting.Messaging.Header
[Visual Basic] <Serializable> Public Class Header [C#] [Serializable] public class Header [C++] [Serializable] public __gc class Header [JScript] public Serializable class Header
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
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.
Requirements
Namespace: System.Runtime.Remoting.Messaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Header Members | System.Runtime.Remoting.Messaging Namespace | CallContext