ClientBase<TChannel>.Channel Propiedad

Definición

Obtiene el canal interno utilizado para enviar mensajes a extremos de servicio configurados de distinta manera.

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

Valor de propiedad

TChannel

Un canal con un determinado tipo.

Se aplica a