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

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

Public Methods

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

Method Details

UserProxy() public method

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