C# Class Microsoft.AspNetCore.SignalR.Hubs.UserProxy

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

Méthodes publiques

Méthode Description
UserProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName ) : Microsoft.AspNetCore.SignalR.Infrastructure

Method Details

UserProxy() public méthode

public UserProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName ) : Microsoft.AspNetCore.SignalR.Infrastructure
connection IConnection
invoker IHubPipelineInvoker
signal string
hubName string
Résultat Microsoft.AspNetCore.SignalR.Infrastructure