ServiceChannel<TChannel>.Channel Property

Definition

Gets the WCF channel that is associated with the service channel.

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

Property Value

TChannel

The WCF channel associated with the service channel: IOutputChannel or IRequestChannel.

Applies to