DuplexClientBase<TChannel>.CreateChannel Method

Definition

Returns a channel to the service associated with the callback object passed to the constructor.

protected:
 override TChannel CreateChannel();
protected override TChannel CreateChannel ();
override this.CreateChannel : unit -> 'Channel
Protected Overrides Function CreateChannel () As TChannel

Returns

TChannel

A channel to the service of the type of the service contract interface.

Applies to