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

Afficher le fichier Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Méthodes publiques

Méthode Description
HubCallerContext ( HttpRequest request, string connectionId ) : System.Security.Principal

Méthodes protégées

Méthode 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 méthode

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
Résultat System.Security.Principal

HubCallerContext() public méthode

public HubCallerContext ( HttpRequest request, string connectionId ) : System.Security.Principal
request HttpRequest
connectionId string
Résultat System.Security.Principal