Sdílet prostřednictvím


WindowsStreamSecurityBindingElement.CanBuildChannelListener<TChannel> Metoda

Definice

Určuje, zda lze sestavit naslouchací proces kanálu zadaného typu.

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ý chcete zkontrolovat.

Parametry

context
BindingContext

Kanál BindingContext je určený.

Návraty

Boolean

truepokud je možné sestavit naslouchací proces kanálu; v opačném případě . false

Výjimky

context je null.

Poznámky

Naslouchací proces kanálu slouží k vytvoření kanálu, který zpracovává příchozí zprávy pro tuto vazbu. Tato metoda deleguje metodu CanBuildInnerChannelListener .

Platí pro