Udostępnij za pośrednictwem


UdpTransportBindingElement.CanBuildChannelListener<TChannel> Metoda

Definicja

Zwraca wartość, która wskazuje, czy element powiązania może utworzyć odbiornik dla określonego typu kanału.

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 kanału akceptowany przez odbiornik.

Parametry

context
BindingContext

Element BindingContext udostępnia kontekst dla elementu powiązania.

Zwraca

Boolean

true jeśli typ IChannelListener<TChannel> może TChannel być budowany przez element powiązania; w przeciwnym razie false .

Dotyczy