WSTrustChannelFactory Constructors

Definitie

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse.

Overloads

Name Description
WSTrustChannelFactory()

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse.

WSTrustChannelFactory(Binding)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met de opgegeven binding.

WSTrustChannelFactory(ServiceEndpoint)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met een opgegeven eindpunt.

WSTrustChannelFactory(String)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met een opgegeven eindpuntconfiguratienaam.

WSTrustChannelFactory(Binding, EndpointAddress)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met een opgegeven binding en eindpuntadres.

WSTrustChannelFactory(Binding, String)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met een opgegeven binding en een extern adres.

WSTrustChannelFactory(String, EndpointAddress)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse die is gekoppeld aan een opgegeven eindpuntconfiguratienaam en eindpuntadres.

WSTrustChannelFactory()

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse.

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

Van toepassing op

WSTrustChannelFactory(Binding)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met de opgegeven binding.

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)

Parameters

binding
Binding

De Binding opgegeven voor de kanalen die door de fabriek worden geproduceerd.

Van toepassing op

WSTrustChannelFactory(ServiceEndpoint)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met een opgegeven eindpunt.

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)

Parameters

endpoint
ServiceEndpoint

De ServiceEndpoint voor de kanalen geproduceerd door de fabriek.

Van toepassing op

WSTrustChannelFactory(String)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met een opgegeven eindpuntconfiguratienaam.

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)

Parameters

endpointConfigurationName
String

De configuratienaam die wordt gebruikt voor het eindpunt.

Van toepassing op

WSTrustChannelFactory(Binding, EndpointAddress)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met een opgegeven binding en eindpuntadres.

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)

Parameters

binding
Binding

De Binding opgegeven voor de kanalen die door de fabriek worden geproduceerd.

remoteAddress
EndpointAddress

De EndpointAddress locatie van de service.

Van toepassing op

WSTrustChannelFactory(Binding, String)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse met een opgegeven binding en een extern adres.

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)

Parameters

binding
Binding

De Binding opgegeven voor de kanalen die door de fabriek worden geproduceerd.

remoteAddress
String

De EndpointAddress locatie van de service.

Van toepassing op

WSTrustChannelFactory(String, EndpointAddress)

Initialiseert een nieuw exemplaar van de WSTrustChannelFactory klasse die is gekoppeld aan een opgegeven eindpuntconfiguratienaam en eindpuntadres.

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)

Parameters

endpointConfigurationName
String

De configuratienaam die wordt gebruikt voor het eindpunt.

remoteAddress
EndpointAddress

De EndpointAddress locatie van de service.

Van toepassing op