Compartilhar via


TransportConfigurationTypeElement Construtores

Definição

Inicializa uma nova instância da classe TransportConfigurationTypeElement.

Sobrecargas

TransportConfigurationTypeElement()

Inicializa uma nova instância da classe TransportConfigurationTypeElement.

TransportConfigurationTypeElement(String)

Inicializa uma nova instância do TransportConfigurationTypeElement classe com um nome exclusivo.

TransportConfigurationTypeElement(String, String)

Inicializa uma nova instância do TransportConfigurationTypeElement classe com um nome exclusivo e o tipo que implementa o transporte específico.

TransportConfigurationTypeElement()

Inicializa uma nova instância da classe TransportConfigurationTypeElement.

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

Aplica-se a

TransportConfigurationTypeElement(String)

Inicializa uma nova instância do TransportConfigurationTypeElement classe com um nome exclusivo.

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)

Parâmetros

name
String

Uma cadeia de caracteres que identifica exclusivamente o tipo de transporte.

Exceções

name é null.

Aplica-se a

TransportConfigurationTypeElement(String, String)

Inicializa uma nova instância do TransportConfigurationTypeElement classe com um nome exclusivo e o tipo que implementa o transporte específico.

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)

Parâmetros

name
String

Uma cadeia de caracteres que identifica exclusivamente o tipo de transporte.

transportConfigurationTypeName
String

O tipo que implementa o transporte específico.

Exceções

name ou transportConfigurationTypeName é null.

Aplica-se a