Sdílet prostřednictvím


DiscoveryClientBindingElement.CanBuildChannelListener<TChannel> Metoda

Definice

Vzhledem k tomu, že sestavení naslouchací služby kanálu není kanálem klienta zjišťování podporován, tato metoda vždy vrátí false . Může být rozšířena tak, aby vracela hodnotu, která označuje, zda prvek vazby může vytvořit naslouchací proces pro určitý typ kanálu.

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

Parametry typu

TChannel

Typ kanálu, který naslouchací proces přijímá.

Parametry

context
BindingContext

Kontext vazby.

Návraty

Boolean

true v případě IChannelListener<TChannel> , že zadaný typ lze vytvořit pomocí elementu vazby, jinak false .

Platí pro