C# 클래스 WindowsDefender_WebApp.User

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

공개 메소드들

메소드 설명
IncrementTimeout ( ) : void

Increments the timeout. Uses a monitor lock to control access of the counter.

IsConnectionExpired ( ) : bool

Checks if the connection has currently expired.

ResetTimeout ( ) : void

Resets the timer count to 0.

User ( HubCallerContext context ) : System

비공개 메소드들

메소드 설명
GetIpAddress ( HubCallerContext context ) : string

메소드 상세

IncrementTimeout() 공개 메소드

Increments the timeout. Uses a monitor lock to control access of the counter.
public IncrementTimeout ( ) : void
리턴 void

IsConnectionExpired() 공개 메소드

Checks if the connection has currently expired.
public IsConnectionExpired ( ) : bool
리턴 bool

ResetTimeout() 공개 메소드

Resets the timer count to 0.
public ResetTimeout ( ) : void
리턴 void

User() 공개 메소드

public User ( HubCallerContext context ) : System
context HubCallerContext
리턴 System