Partager via


TransportConfigurationTypeElement Constructeurs

Définition

Initialise une nouvelle instance de la classe TransportConfigurationTypeElement.

Surcharges

TransportConfigurationTypeElement()

Initialise une nouvelle instance de la classe TransportConfigurationTypeElement.

TransportConfigurationTypeElement(String)

Initialise une nouvelle instance de la classe TransportConfigurationTypeElement avec un nom unique.

TransportConfigurationTypeElement(String, String)

Initialise une nouvelle instance de la classe TransportConfigurationTypeElement avec un nom unique et le type qui implémente le transport spécifique.

TransportConfigurationTypeElement()

Initialise une nouvelle instance de la classe TransportConfigurationTypeElement.

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

S’applique à

TransportConfigurationTypeElement(String)

Initialise une nouvelle instance de la classe TransportConfigurationTypeElement avec un nom unique.

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)

Paramètres

name
String

Chaîne qui identifie le type de transport de manière unique.

Exceptions

name a la valeur null.

S’applique à

TransportConfigurationTypeElement(String, String)

Initialise une nouvelle instance de la classe TransportConfigurationTypeElement avec un nom unique et le type qui implémente le transport spécifique.

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)

Paramètres

name
String

Chaîne qui identifie le type de transport de manière unique.

transportConfigurationTypeName
String

Le type qui implémente le transport spécifique.

Exceptions

name ou transportConfigurationTypeName est null.

S’applique à