C# 클래스 NLog.Targets.SignalR.SelfHostServer.MyServerConnection

상속: Microsoft.AspNet.SignalR.PersistentConnection
파일 보기 프로젝트 열기: Hdesai/NLogToSignalR

공개 프로퍼티들

프로퍼티 타입 설명
Authenticated string
GroupName string
Unauthenticated string

보호된 메소드들

메소드 설명
OnConnected ( IRequest request, string connectionId ) : System.Threading.Tasks.Task
OnDisconnected ( IRequest request, string connectionId, bool stopCalled ) : System.Threading.Tasks.Task
OnReceived ( IRequest request, string connectionId, string data ) : System.Threading.Tasks.Task

메소드 상세

OnConnected() 보호된 메소드

protected OnConnected ( IRequest request, string connectionId ) : System.Threading.Tasks.Task
request IRequest
connectionId string
리턴 System.Threading.Tasks.Task

OnDisconnected() 보호된 메소드

protected OnDisconnected ( IRequest request, string connectionId, bool stopCalled ) : System.Threading.Tasks.Task
request IRequest
connectionId string
stopCalled bool
리턴 System.Threading.Tasks.Task

OnReceived() 보호된 메소드

protected OnReceived ( IRequest request, string connectionId, string data ) : System.Threading.Tasks.Task
request IRequest
connectionId string
data string
리턴 System.Threading.Tasks.Task

프로퍼티 상세

Authenticated 공개적으로 정적으로 프로퍼티

public static string Authenticated
리턴 string

GroupName 공개적으로 정적으로 프로퍼티

public static string GroupName
리턴 string

Unauthenticated 공개적으로 정적으로 프로퍼티

public static string Unauthenticated
리턴 string