ProtocolMappingElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the ProtocolMappingElement class.
Overloads
ProtocolMappingElement() |
Creates a new instance of the ProtocolMappingElement class. |
ProtocolMappingElement(String, String, String) |
Creates a new instance of the ProtocolMappingElement class with a specified scheme type, binding, and binding configuration. |
ProtocolMappingElement()
Creates a new instance of the ProtocolMappingElement class.
public:
ProtocolMappingElement();
public ProtocolMappingElement ();
Public Sub New ()
Applies to
ProtocolMappingElement(String, String, String)
Creates a new instance of the ProtocolMappingElement class with a specified scheme type, binding, and binding configuration.
public:
ProtocolMappingElement(System::String ^ schemeType, System::String ^ binding, System::String ^ bindingConfiguration);
public ProtocolMappingElement (string schemeType, string binding, string bindingConfiguration);
new System.ServiceModel.Configuration.ProtocolMappingElement : string * string * string -> System.ServiceModel.Configuration.ProtocolMappingElement
Public Sub New (schemeType As String, binding As String, bindingConfiguration As String)
Parameters
- schemeType
- String
A communications protocol scheme.
- binding
- String
A communications protocol message format style.
- bindingConfiguration
- String
The binding settings for the configuration of the protocol mapping element.