MessageHeader::CreateHeader Method (String^, String^, Object^)
.NET Framework (current version)
Creates a new message header with the specified data.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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
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
Show: