共用方式為


TransportConfigurationTypeElement 建構函式

定義

初始化 TransportConfigurationTypeElement 類別的新執行個體。

多載

TransportConfigurationTypeElement()

初始化 TransportConfigurationTypeElement 類別的新執行個體。

TransportConfigurationTypeElement(String)

使用唯一名稱,初始化 TransportConfigurationTypeElement 類別的新執行個體。

TransportConfigurationTypeElement(String, String)

使用唯一名稱以及實作特定傳輸的型別,初始化 TransportConfigurationTypeElement 類別的新執行個體。

TransportConfigurationTypeElement()

初始化 TransportConfigurationTypeElement 類別的新執行個體。

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

適用於

TransportConfigurationTypeElement(String)

使用唯一名稱,初始化 TransportConfigurationTypeElement 類別的新執行個體。

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)

參數

name
String

唯一識別傳輸型別的字串。

例外狀況

namenull

適用於

TransportConfigurationTypeElement(String, String)

使用唯一名稱以及實作特定傳輸的型別,初始化 TransportConfigurationTypeElement 類別的新執行個體。

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)

參數

name
String

唯一識別傳輸型別的字串。

transportConfigurationTypeName
String

實作特定傳輸的型別。

例外狀況

nametransportConfigurationTypeNamenull

適用於