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

HubCallerContext() protected method

This constructor is only intended to enable mocking of the class. Use of this constructor for other purposes may result in unexpected behavior.
protected HubCallerContext ( ) : System.Security.Principal
return System.Security.Principal
        protected HubCallerContext() { }

Same methods

HubCallerContext::HubCallerContext ( HttpRequest request, string connectionId ) : System.Security.Principal
HubCallerContext