HubConnectionHandler<THub> Classe
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.
Gère les connexions entrantes et implémente le protocole SignalR Hub.
generic <typename THub>
where THub : Hubpublic ref class HubConnectionHandler : Microsoft::AspNetCore::Connections::ConnectionHandler
public class HubConnectionHandler<THub> : Microsoft.AspNetCore.Connections.ConnectionHandler where THub : Hub
type HubConnectionHandler<'Hub (requires 'Hub :> Hub)> = class
inherit ConnectionHandler
Public Class HubConnectionHandler(Of THub)
Inherits ConnectionHandler
Paramètres de type
- THub
- Héritage
Constructeurs
Méthodes
OnConnectedAsync(ConnectionContext) |
Appelé lorsqu’une nouvelle connexion est acceptée au point de terminaison. |