WindowsStreamSecurityBindingElement.BuildChannelListener<TChannel> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un écouteur de canal du type spécifié.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel override System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.BuildChannelListener : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function BuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As IChannelListener(Of TChannel)
Paramètres de type
- TChannel
Type d'écouteur de canal.
Paramètres
- context
- BindingContext
Membres BindingContext qui décrivent des liaisons, des comportements, des contrats et d'autres informations nécessaires pour créer l'écouteur de canal.
Retours
Retourne un écouteur de canal du type spécifié. Cette méthode ajoute cette instance de classe aux BindingParameters et délègue à la méthode de génération BuildInnerChannelListener<TChannel>().
Exceptions
context
ne peut pas avoir la valeur null
.
Remarques
Cette méthode crée un écouteur de canal, lequel est chargé de traiter les messages entrants de la liaison.