WSTrustChannelFactory 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WSTrustChannelFactory(ServiceEndpoint) | |
WSTrustChannelFactory(Binding, EndpointAddress) |
WSTrustChannelFactory(ServiceEndpoint)
- Source:
- 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)
- Source:
- 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