Microsoft.AspNetCore.SignalR.Hubs.UserProxy.UserProxy C# (CSharp) Method

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
        public UserProxy(IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName) :
            base(connection, invoker, signal, hubName, PrefixHelper.HubUserPrefix, ListHelper<string>.Empty)
        { }
    }
UserProxy