Sdílet prostřednictvím


UdpTransportBindingElement.CanBuildChannelListener<TChannel> Metoda

Definice

Vrátí 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

BindingContextKontext poskytuje pro prvek vazby.

Návraty

Boolean

true Pokud IChannelListener<TChannel> typ TChannel může být sestaven prvkem vazby; v opačném případě false .

Platí pro