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.
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
Available since 4.0
Show: