Freigeben über


WSTrustChannelFactory Konstruktoren

Definition

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse.

Überlädt

WSTrustChannelFactory()

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse.

WSTrustChannelFactory(Binding)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit der angegebenen Bindung.

WSTrustChannelFactory(ServiceEndpoint)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit einem angegebenen Endpunkt.

WSTrustChannelFactory(String)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit einem angegebenen Endpunktkonfigurationsnamen.

WSTrustChannelFactory(Binding, EndpointAddress)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit einer angegebenen Bindung und Endpunktadresse.

WSTrustChannelFactory(Binding, String)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit einer angegebenen Bindung und Remoteadresse.

WSTrustChannelFactory(String, EndpointAddress)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse, die einem angegebenen Endpunktkonfigurationsnamen und einer angegebenen Endpunktadresse zugeordnet ist.

WSTrustChannelFactory()

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse.

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

Gilt für

WSTrustChannelFactory(Binding)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit der angegebenen Bindung.

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)

Parameter

binding
Binding

Der für die von der Factory erzeugten Kanäle angegebene Binding.

Gilt für

WSTrustChannelFactory(ServiceEndpoint)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit einem angegebenen Endpunkt.

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)

Parameter

endpoint
ServiceEndpoint

Der für die von der Factory erzeugten Kanäle angegebene ServiceEndpoint.

Gilt für

WSTrustChannelFactory(String)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit einem angegebenen Endpunktkonfigurationsnamen.

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)

Parameter

endpointConfigurationName
String

Der für die Endpunktkonfiguration verwendete Name.

Gilt für

WSTrustChannelFactory(Binding, EndpointAddress)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit einer angegebenen Bindung und Endpunktadresse.

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)

Parameter

binding
Binding

Der für die von der Factory erzeugten Kanäle angegebene Binding.

remoteAddress
EndpointAddress

Die EndpointAddress, die den Speicherort des Diensts bereitstellt.

Gilt für

WSTrustChannelFactory(Binding, String)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse mit einer angegebenen Bindung und Remoteadresse.

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)

Parameter

binding
Binding

Der für die von der Factory erzeugten Kanäle angegebene Binding.

remoteAddress
String

Die EndpointAddress, die den Speicherort des Diensts bereitstellt.

Gilt für

WSTrustChannelFactory(String, EndpointAddress)

Initialisiert eine neue Instanz der WSTrustChannelFactory-Klasse, die einem angegebenen Endpunktkonfigurationsnamen und einer angegebenen Endpunktadresse zugeordnet ist.

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)

Parameter

endpointConfigurationName
String

Der für die Endpunktkonfiguration verwendete Name.

remoteAddress
EndpointAddress

Die EndpointAddress, die den Speicherort des Diensts bereitstellt.

Gilt für