.NET Framework Class Library
MessageHeader<T> Class
Represents the content of a SOAP header.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
Visual Basic (Declaration)
Public Class MessageHeader(Of T)
Visual Basic (Usage)
Dim instance As MessageHeader(Of T)
C#
public class MessageHeader<T>
Visual C++
generic<typename T> public ref class MessageHeader
JScript
JScript does not support generic types or methods.
Type Parameters
- T
-
The message header type.
Remarks
A message header contains optional metadata that describe a message, encapsulated by the Message class.
Inheritance Hierarchy
System.Object
System.ServiceModel.MessageHeader<T>
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.Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.5, 3.0See Also