ServiceChannel<TChannel>.Channel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.