UdpTransportBindingElement.CanBuildChannelListener<TChannel> Метод

Определение

Возвращает значение, показывающее, может ли элемент привязки создать прослушиватель для заданного типа канала.

public:
generic <typename TChannel>
 where TChannel : class, System::ServiceModel::Channels::IChannel override bool CanBuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
public override bool CanBuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.CanBuildChannelListener : System.ServiceModel.Channels.BindingContext -> bool (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function CanBuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As Boolean

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

TChannel

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

Параметры

context
BindingContext

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

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

Boolean

Значение true, если объект IChannelListener<TChannel> типа TChannel можно создать с помощью элемента привязки; в противном случае — значение false.

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