C# 클래스 System.Net.WebSockets.WebSocketBase.KeepAliveTracker

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Create ( TimeSpan keepAliveInterval ) : KeepAliveTracker
Dispose ( ) : void
OnDataReceived ( ) : void
OnDataSent ( ) : void
ResetTimer ( ) : void
ShouldSendKeepAlive ( ) : bool
StartTimer ( WebSocketBase webSocket ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( TimeSpan keepAliveInterval ) : KeepAliveTracker
keepAliveInterval TimeSpan
리턴 KeepAliveTracker

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

OnDataReceived() 공개 추상적인 메소드

public abstract OnDataReceived ( ) : void
리턴 void

OnDataSent() 공개 추상적인 메소드

public abstract OnDataSent ( ) : void
리턴 void

ResetTimer() 공개 추상적인 메소드

public abstract ResetTimer ( ) : void
리턴 void

ShouldSendKeepAlive() 공개 추상적인 메소드

public abstract ShouldSendKeepAlive ( ) : bool
리턴 bool

StartTimer() 공개 추상적인 메소드

public abstract StartTimer ( WebSocketBase webSocket ) : void
webSocket WebSocketBase
리턴 void