WSTrustChannelFactory Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci WSTrustChannelFactory třídy .
Přetížení
WSTrustChannelFactory() |
Inicializuje novou instanci WSTrustChannelFactory třídy . |
WSTrustChannelFactory(Binding) |
Inicializuje novou instanci třídy WSTrustChannelFactory se zadanou vazbou. |
WSTrustChannelFactory(ServiceEndpoint) |
Inicializuje novou instanci třídy WSTrustChannelFactory se zadaným koncovým bodem. |
WSTrustChannelFactory(String) |
Inicializuje novou instanci třídy se WSTrustChannelFactory zadaným názvem konfigurace koncového bodu. |
WSTrustChannelFactory(Binding, EndpointAddress) |
Inicializuje novou instanci třídy WSTrustChannelFactory se zadanou vazbou a adresou koncového bodu. |
WSTrustChannelFactory(Binding, String) |
Inicializuje novou instanci třídy WSTrustChannelFactory se zadanou vazbou a vzdálenou adresou. |
WSTrustChannelFactory(String, EndpointAddress) |
Inicializuje novou instanci třídy přidružené k zadanému názvu konfigurace koncového bodu WSTrustChannelFactory a adrese koncového bodu. |
WSTrustChannelFactory()
Inicializuje novou instanci WSTrustChannelFactory třídy .
public:
WSTrustChannelFactory();
public WSTrustChannelFactory ();
Public Sub New ()
Platí pro
WSTrustChannelFactory(Binding)
Inicializuje novou instanci třídy WSTrustChannelFactory se zadanou vazbou.
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
Platí pro
WSTrustChannelFactory(ServiceEndpoint)
Inicializuje novou instanci třídy WSTrustChannelFactory se zadaným koncovým bodem.
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
pro ServiceEndpoint kanály vytvořené továrnou.
Platí pro
WSTrustChannelFactory(String)
Inicializuje novou instanci třídy se WSTrustChannelFactory zadaným názvem konfigurace koncového bodu.
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
Název konfigurace použitý pro koncový bod.
Platí pro
WSTrustChannelFactory(Binding, EndpointAddress)
Inicializuje novou instanci třídy WSTrustChannelFactory se zadanou vazbou a adresou koncového bodu.
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, který poskytuje umístění služby.
Platí pro
WSTrustChannelFactory(Binding, String)
Inicializuje novou instanci třídy WSTrustChannelFactory se zadanou vazbou a vzdálenou adresou.
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, který poskytuje umístění služby.
Platí pro
WSTrustChannelFactory(String, EndpointAddress)
Inicializuje novou instanci třídy přidružené k zadanému názvu konfigurace koncového bodu WSTrustChannelFactory a adrese koncového bodu.
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
Název konfigurace použitý pro koncový bod.
- remoteAddress
- EndpointAddress
EndpointAddress, který poskytuje umístění služby.