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

Afficher le fichier Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Méthodes publiques

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

Method Details

Invoke() public méthode

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
Résultat System.Threading.Tasks.Task

PersistentConnectionMiddleware() public méthode

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