WSTrustChannelFactory Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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
- 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
- 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.