共用方式為


WSTrustChannelFactory 建構函式

定義

多載

WSTrustChannelFactory(ServiceEndpoint)
WSTrustChannelFactory(Binding, EndpointAddress)

WSTrustChannelFactory(ServiceEndpoint)

來源:
WSTrustChannelFactory.cs
來源:
WSTrustChannelFactory.cs
來源:
WSTrustChannelFactory.cs
public:
 WSTrustChannelFactory(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint);
public WSTrustChannelFactory (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint);
new System.ServiceModel.Federation.WSTrustChannelFactory : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Federation.WSTrustChannelFactory
Public Sub New (serviceEndpoint As ServiceEndpoint)

參數

serviceEndpoint
ServiceEndpoint

適用於

WSTrustChannelFactory(Binding, EndpointAddress)

來源:
WSTrustChannelFactory.cs
來源:
WSTrustChannelFactory.cs
來源:
WSTrustChannelFactory.cs
public:
 WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ endpointAddress);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress endpointAddress);
new System.ServiceModel.Federation.WSTrustChannelFactory : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Federation.WSTrustChannelFactory
Public Sub New (binding As Binding, endpointAddress As EndpointAddress)

參數

binding
Binding
endpointAddress
EndpointAddress

適用於