HubConnectionHandler<THub> Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles incoming connections and implements the SignalR Hub Protocol.
generic <typename THub>
 where THub : Hubpublic ref class HubConnectionHandler : Microsoft::AspNetCore::Connections::ConnectionHandlerpublic class HubConnectionHandler<THub> : Microsoft.AspNetCore.Connections.ConnectionHandler where THub : Hubtype HubConnectionHandler<'Hub (requires 'Hub :> Hub)> = class
    inherit ConnectionHandlerPublic Class HubConnectionHandler(Of THub)
Inherits ConnectionHandlerType Parameters
- THub
- Inheritance
Constructors
Methods
| OnConnectedAsync(ConnectionContext) | Called when a new connection is accepted to the endpoint. |