WSTrustChannelFactory Construtores

Definição

Inicializa uma nova instância da classe WSTrustChannelFactory.

Sobrecargas

WSTrustChannelFactory()

Inicializa uma nova instância da classe WSTrustChannelFactory.

WSTrustChannelFactory(Binding)

Inicializa uma nova instância da classe WSTrustChannelFactory com a associação especificada.

WSTrustChannelFactory(ServiceEndpoint)

Inicializa uma nova instância da classe WSTrustChannelFactory com um ponto de extremidade especificado.

WSTrustChannelFactory(String)

Inicializa uma nova instância da classe WSTrustChannelFactory com o nome de configuração do ponto de extremidade especificado.

WSTrustChannelFactory(Binding, EndpointAddress)

Inicializa uma nova instância da classe WSTrustChannelFactory com uma associação e um endereço do ponto de extremidade especificados.

WSTrustChannelFactory(Binding, String)

Inicializa uma nova instância da classe WSTrustChannelFactory com uma associação e um endereço remoto especificados.

WSTrustChannelFactory(String, EndpointAddress)

Inicializa uma nova instância da classe WSTrustChannelFactory associada a um nome de configuração de ponto de extremidade especificado e um endereço do ponto de extremidade.

WSTrustChannelFactory()

Inicializa uma nova instância da classe WSTrustChannelFactory.

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

Aplica-se a

WSTrustChannelFactory(Binding)

Inicializa uma nova instância da classe WSTrustChannelFactory com a associação especificada.

public:
 WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding)

Parâmetros

binding
Binding

O especificado Binding para os canais produzidos pela fábrica.

Aplica-se a

WSTrustChannelFactory(ServiceEndpoint)

Inicializa uma nova instância da classe WSTrustChannelFactory com um ponto de extremidade especificado.

public:
 WSTrustChannelFactory(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public WSTrustChannelFactory (System.ServiceModel.Description.ServiceEndpoint endpoint);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpoint As ServiceEndpoint)

Parâmetros

endpoint
ServiceEndpoint

O ServiceEndpoint dos canais produzidos pela fábrica.

Aplica-se a

WSTrustChannelFactory(String)

Inicializa uma nova instância da classe WSTrustChannelFactory com o nome de configuração do ponto de extremidade especificado.

public:
 WSTrustChannelFactory(System::String ^ endpointConfigurationName);
public WSTrustChannelFactory (string endpointConfigurationName);
new System.ServiceModel.Security.WSTrustChannelFactory : string -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpointConfigurationName As String)

Parâmetros

endpointConfigurationName
String

O nome de configuração usado para o ponto de extremidade.

Aplica-se a

WSTrustChannelFactory(Binding, EndpointAddress)

Inicializa uma nova instância da classe WSTrustChannelFactory com uma associação e um endereço do ponto de extremidade especificados.

public:
 WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding, remoteAddress As EndpointAddress)

Parâmetros

binding
Binding

O especificado Binding para os canais produzidos pela fábrica.

remoteAddress
EndpointAddress

O EndpointAddress que fornece o local do serviço.

Aplica-se a

WSTrustChannelFactory(Binding, String)

Inicializa uma nova instância da classe WSTrustChannelFactory com uma associação e um endereço remoto especificados.

public:
 WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding, System::String ^ remoteAddress);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding, string remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding * string -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding, remoteAddress As String)

Parâmetros

binding
Binding

O especificado Binding para os canais produzidos pela fábrica.

remoteAddress
String

O EndpointAddress que fornece o local do serviço.

Aplica-se a

WSTrustChannelFactory(String, EndpointAddress)

Inicializa uma nova instância da classe WSTrustChannelFactory associada a um nome de configuração de ponto de extremidade especificado e um endereço do ponto de extremidade.

public:
 WSTrustChannelFactory(System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WSTrustChannelFactory (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : string * System.ServiceModel.EndpointAddress -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpointConfigurationName As String, remoteAddress As EndpointAddress)

Parâmetros

endpointConfigurationName
String

O nome de configuração usado para o ponto de extremidade.

remoteAddress
EndpointAddress

O EndpointAddress que fornece o local do serviço.

Aplica-se a