ProtocolMappingElement Constructor (String^, String^, String^)

.NET Framework (current version)
 

Creates a new instance of the ProtocolMappingElement class with a specified scheme type, binding, and binding configuration.

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

public:
ProtocolMappingElement(
	String^ schemeType,
	String^ binding,
	String^ bindingConfiguration
)

Parameters

schemeType
Type: System::String^

A communications protocol scheme.

binding
Type: System::String^

A communications protocol message format style.

bindingConfiguration
Type: System::String^

The binding settings for the configuration of the protocol mapping element.

.NET Framework
Available since 4.0
Return to top
Show: