Compartilhar via


SslStreamSecurityBindingElement.BuildChannelListener<TChannel> Método

Definição

Cria um ouvinte de canais de um 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 ouvinte de canal.

Parâmetros

Retornos

Um objeto IChannelListener que representa um ouvinte de canais do tipo TChannel.

Exceções

context é null.

Comentários

Esse método cria um ouvinte de canal, que é usado para criar um canal que processa mensagens de entrada para essa associação.

Aplica-se a