Udostępnij za pośrednictwem


TransportConfigurationTypeElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TransportConfigurationTypeElement.

Przeciążenia

TransportConfigurationTypeElement()

Inicjuje nowe wystąpienie klasy TransportConfigurationTypeElement.

TransportConfigurationTypeElement(String)

Inicjuje nowe wystąpienie TransportConfigurationTypeElement klasy o unikatowej nazwie.

TransportConfigurationTypeElement(String, String)

Inicjuje nowe wystąpienie klasy o unikatowej nazwie i typie, który TransportConfigurationTypeElement implementuje określony transport.

TransportConfigurationTypeElement()

Inicjuje nowe wystąpienie klasy TransportConfigurationTypeElement.

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

Dotyczy

TransportConfigurationTypeElement(String)

Inicjuje nowe wystąpienie TransportConfigurationTypeElement klasy o unikatowej nazwie.

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

Ciąg, który jednoznacznie identyfikuje typ transportu.

Wyjątki

name to null.

Dotyczy

TransportConfigurationTypeElement(String, String)

Inicjuje nowe wystąpienie klasy o unikatowej nazwie i typie, który TransportConfigurationTypeElement implementuje określony transport.

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

Ciąg, który jednoznacznie identyfikuje typ transportu.

transportConfigurationTypeName
String

Typ, który implementuje określony transport.

Wyjątki

name lub transportConfigurationTypeName to null .

Dotyczy