Share via


WcfCommunicationClient<TServiceContract>.Channel Property

Definition

Gets the WCF channel for the specified contract that this communication client uses.

public TServiceContract Channel { get; }
member this.Channel : 'ServiceContract
Public ReadOnly Property Channel As TServiceContract

Property Value

TServiceContract

The WCF channel for the specified contract that this communication client uses.

Applies to