WSTrustChannelFactory Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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
- 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
- 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.