C# Class Microsoft.AspNet.SignalR.Hubs.HubCallerContext

Mostrar archivo Open project: SignalR/SignalR Class Usage Examples

Public Methods

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

Protected Methods

Method Description
HubCallerContext ( ) : System.Collections.Generic

This constructor is only intended to enable mocking of the class. Use of this constructor for other purposes may result in unexpected behavior.

Method Details

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.Collections.Generic
return System.Collections.Generic

HubCallerContext() public method

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