Поделиться через


OneWayBindingElement.BuildChannelListener<TChannel> Метод

Определение

Инициализирует прослушиватель каналов для приема односторонних каналов.

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)

Параметры типа

TChannel

Тип канала, принимаемый прослушивателем.

Параметры

context
BindingContext

Объект BindingContext, предоставляющий контекст для элемента привязки.

Возвращаемое значение

Объект IChannelListener<TChannel> типа IChannel, инициализированный из параметра context.

Исключения

context имеет значение null.

Тип TChannel — не IInputChannel.

Внутренний элемент привязки не поддерживает объект IDuplexSessionChannel или IRequestChannel.

Комментарии

Этот метод создает прослушиватель каналов, который используется для создания канала, обрабатывающего входящие сообщения для этой привязки.

Применяется к