Edit

Share via


WSTrustChannelFactory.CreateChannel(EndpointAddress, Uri) Method

Definition

public:
 override System::ServiceModel::Federation::IWSTrustChannelContract ^ CreateChannel(System::ServiceModel::EndpointAddress ^ endpointAddress, Uri ^ via);
public override System.ServiceModel.Federation.IWSTrustChannelContract CreateChannel (System.ServiceModel.EndpointAddress endpointAddress, Uri via);
override this.CreateChannel : System.ServiceModel.EndpointAddress * Uri -> System.ServiceModel.Federation.IWSTrustChannelContract
Public Overrides Function CreateChannel (endpointAddress As EndpointAddress, via As Uri) As IWSTrustChannelContract

Parameters

endpointAddress
EndpointAddress
via
Uri

Returns

Applies to