Sdílet prostřednictvím


OneWayBindingElement.CanBuildChannelListener<TChannel> Metoda

Definice

Získá hodnotu, která označuje, zda kanál naslouchací proces zadaného typu lze sestavit.

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 naslouchacího procesu kanálu, který se má sestavit.

Parametry

context
BindingContext

The BindingContext , který poskytuje kontext pro element vazby.

Návraty

truepokud lze sestavit naslouchací proces kanálu zadaného typu; v opačném případě . false Výchozí formát je false.

Výjimky

context je null.

Poznámky

Tuto metodu byste měli zavolat před pokusem o vytvoření naslouchacího procesu kanálu.

Tato metoda vrátí true , pokud TChannel je objektem IInputChannel, a vazba pod existující vazbou v zásobníku vazby je nebo IDuplexSessionChannelIReplyChannel.

Platí pro