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

Возвращает прослушиватель каналов заданного типа. Данный метод добавляет этот экземпляр класса в BindingParameters и делегирует в метод построения BuildInnerChannelListener<TChannel>().

Исключения

Параметр context не может иметь значение null.

Комментарии

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

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