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

파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
HubCallerContext ( IRequest request, string connectionId ) : System.Collections.Generic

보호된 메소드들

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

메소드 상세

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

HubCallerContext() 공개 메소드

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