WSTrustChannelFactory.CreateChannel(EndpointAddress, Uri) Method

Definition

Creates a WSTrustChannel object that is used to send messages to a service at a specific endpoint address through a specified transport address.

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

Parameters

address
EndpointAddress

The EndpointAddress that provides the location of the service.

via
Uri

The Uri that contains the transport address to which the channel sends messages.

Returns

A Contract object that represents the new channel.

Remarks

The object returned is an instance of the WSTrustChannel class.

Applies to