Compartir a través de


HttpRelayTransportBindingElement.BuildChannelListener<TChannel> Método

Definición

Crea un agente de escucha de canal para los canales del tipo genérico especificado.

public override System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.BuildChannelListener : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function BuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As IChannelListener(Of TChannel)

Parámetros de tipo

TChannel

Parámetros

context
BindingContext

El contexto de enlace.

Devoluciones

IChannelListener<TChannel>

Un agente de escucha de canal.

Se aplica a