MessageHeader<T> Constructor (T)

 

Initializes a new instance of the MessageHeader<T> class with the specified header content.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
MessageHeader(
	T content
)

Parameters

content
Type: T

The content of the new header.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Return to top
Show: