C# Class System.Net.WebSockets.WebSocketBase.KeepAliveTracker.DisabledKeepAliveTracker

Inheritance: KeepAliveTracker
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
Dispose ( ) : void
OnDataReceived ( ) : void
OnDataSent ( ) : void
ResetTimer ( ) : void
ShouldSendKeepAlive ( ) : bool
StartTimer ( WebSocketBase webSocket ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnDataReceived() public method

public OnDataReceived ( ) : void
return void

OnDataSent() public method

public OnDataSent ( ) : void
return void

ResetTimer() public method

public ResetTimer ( ) : void
return void

ShouldSendKeepAlive() public method

public ShouldSendKeepAlive ( ) : bool
return bool

StartTimer() public method

public StartTimer ( WebSocketBase webSocket ) : void
webSocket WebSocketBase
return void