MessageHeader::CreateHeader Method (String^, String^, Object^)

 

Creates a new message header with the specified data.

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

public:
static MessageHeader^ CreateHeader(
	String^ name,
	String^ ns,
	Object^ value
)

Parameters

name
Type: System::String^

The local name of the header XML element.

ns
Type: System::String^

The namespace URI of the header XML element.

value
Type: System::Object^

The content of the header to be created.

Return Value

Type: System.ServiceModel.Channels::MessageHeader^

A new MessageHeader object with the specified data.

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