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::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
    Type Parameters
- THub
 
- Inheritance
 
Constructors
Methods
| OnConnectedAsync(ConnectionContext) | 
		 Called when a new connection is accepted to the endpoint.  |