ClientBase<TChannel>.Channel Property

Definition

Gets the inner channel used to send messages to variously configured service endpoints.

protected:
 property TChannel Channel { TChannel get(); };
protected TChannel Channel { get; }
member this.Channel : 'Channel
Protected ReadOnly Property Channel As TChannel

Property Value

TChannel

A channel of a specified type.

Applies to