C# Class Microsoft.AspNetCore.SignalR.Hosting.PersistentConnectionMiddleware

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

Public Methods

Method Description
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
PersistentConnectionMiddleware ( RequestDelegate next, Type connectionType, IOptions optionsAccessor, IServiceProvider serviceProvider ) : System

Method Details

Invoke() public method

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
return System.Threading.Tasks.Task

PersistentConnectionMiddleware() public method

public PersistentConnectionMiddleware ( RequestDelegate next, Type connectionType, IOptions optionsAccessor, IServiceProvider serviceProvider ) : System
next RequestDelegate
connectionType System.Type
optionsAccessor IOptions
serviceProvider IServiceProvider
return System