C# Class TDSM.Core.Net.Web.Heartbeat

This is a multi purpose class. 1) It sends non identifiable data to the heatbeat server for us to see the stats (when allowed) 2) The heartbeat server will reply with particular case data. Responses are: a) 1 = OK b) 2 = Update available
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Private Properties

Свойство Type Description
Beat void
GetServerKey string
OnReadyForCommands void
SetServerKey void

Méthodes publiques

Méthode Description
Begin ( int coreBuild ) : void
End ( ) : void

Private Methods

Méthode Description
Beat ( bool allowSubBeat = true ) : void
GetServerKey ( ) : string
OnReadyForCommands ( Entry core ) : void
SetServerKey ( string key ) : void

Method Details

Begin() public static méthode

public static Begin ( int coreBuild ) : void
coreBuild int
Résultat void

End() public static méthode

public static End ( ) : void
Résultat void