ProcessProtocolHandler.StartListenerChannel 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.
Démarre un canal de l'écouteur du protocole.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
abstract void StartListenerChannel(System::Web::Hosting::IListenerChannelCallback ^ listenerChannelCallback, System::Web::Hosting::IAdphManager ^ AdphManager);
public abstract void StartListenerChannel (System.Web.Hosting.IListenerChannelCallback listenerChannelCallback, System.Web.Hosting.IAdphManager AdphManager);
abstract member StartListenerChannel : System.Web.Hosting.IListenerChannelCallback * System.Web.Hosting.IAdphManager -> unit
Public MustOverride Sub StartListenerChannel (listenerChannelCallback As IListenerChannelCallback, AdphManager As IAdphManager)
Paramètres
- listenerChannelCallback
- IListenerChannelCallback
Le rappel pour le canal de l'écouteur.
- AdphManager
- IAdphManager
Le gestionnaire du gestionnaire du domaine d'application associé au canal de l'écouteur.
Remarques
StartListenerChannel est introduite dans le .NET Framework 3,5. Pour plus d’informations, consultez Versions et dépendances.