C# 클래스 Microsoft.AspNetCore.SignalR.Hubs.HubCallerContext

파일 보기 프로젝트 열기: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

공개 메소드들

메소드 설명
HubCallerContext ( HttpRequest request, string connectionId ) : System.Security.Principal

보호된 메소드들

메소드 설명
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.

메소드 상세

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

HubCallerContext() 공개 메소드

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