WSTrustChannelFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WSTrustChannelFactory(ServiceEndpoint) | |
WSTrustChannelFactory(Binding, EndpointAddress) |
WSTrustChannelFactory(ServiceEndpoint)
- Source:
- WSTrustChannelFactory.cs
- Source:
- WSTrustChannelFactory.cs
- 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)
Parameters
- serviceEndpoint
- ServiceEndpoint
Applies to
WSTrustChannelFactory(Binding, EndpointAddress)
- Source:
- WSTrustChannelFactory.cs
- Source:
- WSTrustChannelFactory.cs
- 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)
Parameters
- binding
- Binding
- endpointAddress
- EndpointAddress
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.