Microsoft.AspNetCore.SignalR.Hubs.UserProxy.UserProxy C# (CSharp) 메소드

UserProxy() 공개 메소드

public UserProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName ) : Microsoft.AspNetCore.SignalR.Infrastructure
connection IConnection
invoker IHubPipelineInvoker
signal string
hubName string
리턴 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