MessageHeaderDescription Constructor (String^, String^)

 

Initializes a new instance of the MessageHeaderDescription class with a specified qualified name.

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

public:
MessageHeaderDescription(
	String^ name,
	String^ ns
)

Parameters

name
Type: System::String^

The name of the message header.

ns
Type: System::String^

The namespace of the message 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: