Compartir a través de


SslStreamSecurityBindingElement.BuildChannelListener<TChannel> Método

Definición

Crea una escucha del canal del tipo especificado.

public:
generic <typename TChannel>
 where TChannel : class, System::ServiceModel::Channels::IChannel override System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
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

Tipo de escucha del canal.

Parámetros

Devoluciones

Un objeto de IChannelListener que representa un agente de escucha del canal de tipo TChannel.

Excepciones

context es null.

Comentarios

Este método crea una escucha de canal que se usa para crear un canal que procesa los mensajes entrantes para este enlace.

Se aplica a