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

Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

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

Protected Methods

Method Description
HubCallerContext ( ) : System.Security.Principal

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.Security.Principal
return System.Security.Principal

HubCallerContext() public method

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