Microsoft.AspNet.SignalR.Hubs.HubCallerContext.HubCallerContext C# (CSharp) 메소드

HubCallerContext() 보호된 메소드

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.Collections.Generic
리턴 System.Collections.Generic
        protected HubCallerContext() { }

Same methods

HubCallerContext::HubCallerContext ( IRequest request, string connectionId ) : System.Collections.Generic
HubCallerContext