TransportConfigurationTypeElement Konstruktory

Definice

Inicializuje novou instanci TransportConfigurationTypeElement třídy.

Přetížení

TransportConfigurationTypeElement()

Inicializuje novou instanci TransportConfigurationTypeElement třídy.

TransportConfigurationTypeElement(String)

Inicializuje novou instanci TransportConfigurationTypeElement třídy s jedinečným názvem.

TransportConfigurationTypeElement(String, String)

Inicializuje novou instanci TransportConfigurationTypeElement třídy s jedinečným názvem a typem, který implementuje konkrétní přenos.

TransportConfigurationTypeElement()

Inicializuje novou instanci TransportConfigurationTypeElement třídy.

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

Platí pro

TransportConfigurationTypeElement(String)

Inicializuje novou instanci TransportConfigurationTypeElement třídy s jedinečným názvem.

public:
 TransportConfigurationTypeElement(System::String ^ name);
public TransportConfigurationTypeElement (string name);
new System.ServiceModel.Configuration.TransportConfigurationTypeElement : string -> System.ServiceModel.Configuration.TransportConfigurationTypeElement
Public Sub New (name As String)

Parametry

name
String

Řetězec, který jedinečně identifikuje typ přenosu.

Výjimky

name je null.

Platí pro

TransportConfigurationTypeElement(String, String)

Inicializuje novou instanci TransportConfigurationTypeElement třídy s jedinečným názvem a typem, který implementuje konkrétní přenos.

public:
 TransportConfigurationTypeElement(System::String ^ name, System::String ^ transportConfigurationTypeName);
public TransportConfigurationTypeElement (string name, string transportConfigurationTypeName);
new System.ServiceModel.Configuration.TransportConfigurationTypeElement : string * string -> System.ServiceModel.Configuration.TransportConfigurationTypeElement
Public Sub New (name As String, transportConfigurationTypeName As String)

Parametry

name
String

Řetězec, který jedinečně identifikuje typ přenosu.

transportConfigurationTypeName
String

Typ, který implementuje konkrétní přenos.

Výjimky

name nebo transportConfigurationTypeName je null .

Platí pro