Aracılığıyla paylaş


TransportConfigurationTypeElement Oluşturucular

Tanım

TransportConfigurationTypeElement sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

TransportConfigurationTypeElement()

TransportConfigurationTypeElement sınıfının yeni bir örneğini başlatır.

TransportConfigurationTypeElement(String)

Sınıfının yeni bir örneğini TransportConfigurationTypeElement benzersiz bir adla başlatır.

TransportConfigurationTypeElement(String, String)

Sınıfının yeni bir örneğini TransportConfigurationTypeElement benzersiz bir adla ve belirli bir taşımayı uygulayan türle başlatır.

TransportConfigurationTypeElement()

TransportConfigurationTypeElement sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

TransportConfigurationTypeElement(String)

Sınıfının yeni bir örneğini TransportConfigurationTypeElement benzersiz bir adla başlatır.

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)

Parametreler

name
String

Aktarım türünü benzersiz olarak tanımlayan bir dize.

Özel durumlar

name, null değeridir.

Şunlara uygulanır

TransportConfigurationTypeElement(String, String)

Sınıfının yeni bir örneğini TransportConfigurationTypeElement benzersiz bir adla ve belirli bir taşımayı uygulayan türle başlatır.

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)

Parametreler

name
String

Aktarım türünü benzersiz olarak tanımlayan bir dize.

transportConfigurationTypeName
String

Belirli bir taşımayı uygulayan tür.

Özel durumlar

name veya transportConfigurationTypeName şeklindedir null.

Şunlara uygulanır