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

Inheritance: KeepAliveTracker
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Dispose ( ) : void
OnDataReceived ( ) : void
OnDataSent ( ) : void
ResetTimer ( ) : void
ShouldSendKeepAlive ( ) : bool
StartTimer ( WebSocketBase webSocket ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnDataReceived() public méthode

public OnDataReceived ( ) : void
Résultat void

OnDataSent() public méthode

public OnDataSent ( ) : void
Résultat void

ResetTimer() public méthode

public ResetTimer ( ) : void
Résultat void

ShouldSendKeepAlive() public méthode

public ShouldSendKeepAlive ( ) : bool
Résultat bool

StartTimer() public méthode

public StartTimer ( WebSocketBase webSocket ) : void
webSocket WebSocketBase
Résultat void