C# Class Microsoft.AspNetCore.SignalR.Infrastructure.PersistentConnectionContext

Inheritance: IPersistentConnectionContext
Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
PersistentConnectionContext ( IConnection connection, IConnectionGroupManager groupManager )

Method Details

PersistentConnectionContext() public method

public PersistentConnectionContext ( IConnection connection, IConnectionGroupManager groupManager )
connection IConnection
groupManager IConnectionGroupManager