CompositeDuplexBindingElement.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

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

Параметры

context
BindingContext

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

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

Объект IChannelListener<TChannel>, принимающий составной дуплексный канал типа TChannel.

Исключения

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

Параметр TChannel не принадлежит к типу IInputChannel и не поддерживается.

Комментарии

Контекст построения требует объект IInputChannel для параметра TChannel.

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