Поделиться через


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

Применяется к