ProtocolMappingElement Konstruktoren

Definition

Erstellt eine neue Instanz der ProtocolMappingElement Klasse.

Überlädt

Name Beschreibung
ProtocolMappingElement()

Erstellt eine neue Instanz der ProtocolMappingElement Klasse.

ProtocolMappingElement(String, String, String)

Erstellt eine neue Instanz der ProtocolMappingElement Klasse mit einem angegebenen Schematyp, einer Bindungs- und Bindungskonfiguration.

ProtocolMappingElement()

Erstellt eine neue Instanz der ProtocolMappingElement Klasse.

public:
 ProtocolMappingElement();
public ProtocolMappingElement();
Public Sub New ()

Gilt für:

ProtocolMappingElement(String, String, String)

Erstellt eine neue Instanz der ProtocolMappingElement Klasse mit einem angegebenen Schematyp, einer Bindungs- und Bindungskonfiguration.

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)

Parameter

schemeType
String

Ein Kommunikationsprotokollschema.

binding
String

Formatvorlage für kommunikationsprotokoll-Nachrichten.

bindingConfiguration
String

Die Bindungseinstellungen für die Konfiguration des Protokollzuordnungselements.

Gilt für: