Udostępnij za pośrednictwem


WSTrustChannelFactory Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WSTrustChannelFactory.

Przeciążenia

WSTrustChannelFactory()

Inicjuje nowe wystąpienie klasy WSTrustChannelFactory.

WSTrustChannelFactory(Binding)

Inicjuje nowe wystąpienie WSTrustChannelFactory klasy z określonym powiązaniem.

WSTrustChannelFactory(ServiceEndpoint)

Inicjuje nowe wystąpienie WSTrustChannelFactory klasy z określonym punktem końcowym.

WSTrustChannelFactory(String)

Inicjuje nowe wystąpienie klasy WSTrustChannelFactory o określonej nazwie konfiguracji punktu końcowego.

WSTrustChannelFactory(Binding, EndpointAddress)

Inicjuje nowe wystąpienie klasy z określonym powiązaniem i adresem WSTrustChannelFactory punktu końcowego.

WSTrustChannelFactory(Binding, String)

Inicjuje nowe wystąpienie WSTrustChannelFactory klasy z określonym powiązaniem i adresem zdalnym.

WSTrustChannelFactory(String, EndpointAddress)

Inicjuje nowe wystąpienie klasy skojarzone z określoną nazwą konfiguracji WSTrustChannelFactory punktu końcowego i adresem punktu końcowego.

WSTrustChannelFactory()

Inicjuje nowe wystąpienie klasy WSTrustChannelFactory.

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

Dotyczy

WSTrustChannelFactory(Binding)

Inicjuje nowe wystąpienie WSTrustChannelFactory klasy z określonym powiązaniem.

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)

Parametry

binding
Binding

Wartość Binding określona dla kanałów wytwarzanych przez fabrykę.

Dotyczy

WSTrustChannelFactory(ServiceEndpoint)

Inicjuje nowe wystąpienie WSTrustChannelFactory klasy z określonym punktem końcowym.

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)

Parametry

endpoint
ServiceEndpoint

Dla ServiceEndpoint kanałów wytwarzanych przez fabrykę.

Dotyczy

WSTrustChannelFactory(String)

Inicjuje nowe wystąpienie klasy WSTrustChannelFactory o określonej nazwie konfiguracji punktu końcowego.

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)

Parametry

endpointConfigurationName
String

Nazwa konfiguracji używana dla punktu końcowego.

Dotyczy

WSTrustChannelFactory(Binding, EndpointAddress)

Inicjuje nowe wystąpienie klasy z określonym powiązaniem i adresem WSTrustChannelFactory punktu końcowego.

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)

Parametry

binding
Binding

Wartość Binding określona dla kanałów wytwarzanych przez fabrykę.

remoteAddress
EndpointAddress

, EndpointAddress który udostępnia lokalizację usługi.

Dotyczy

WSTrustChannelFactory(Binding, String)

Inicjuje nowe wystąpienie WSTrustChannelFactory klasy z określonym powiązaniem i adresem zdalnym.

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)

Parametry

binding
Binding

Wartość Binding określona dla kanałów wytwarzanych przez fabrykę.

remoteAddress
String

, EndpointAddress który udostępnia lokalizację usługi.

Dotyczy

WSTrustChannelFactory(String, EndpointAddress)

Inicjuje nowe wystąpienie klasy skojarzone z określoną nazwą konfiguracji WSTrustChannelFactory punktu końcowego i adresem punktu końcowego.

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)

Parametry

endpointConfigurationName
String

Nazwa konfiguracji używana dla punktu końcowego.

remoteAddress
EndpointAddress

, EndpointAddress który udostępnia lokalizację usługi.

Dotyczy