C# Class fCraft.Heartbeat

Static class responsible for sending heartbeats.
Show file Open project: GlennMR/800craft Class Usage Examples

Public Properties

Property Type Description
HbData string

Public Methods

Method Description
HbSave ( ) : void

Private Methods

Method Description
Beat ( SchedulerTask scheduledTask ) : void
CreateRequest ( Uri uri ) : HttpWebRequest
Heartbeat ( ) : System
OnServerShutdown ( object sender, ShutdownEventArgs e ) : void
RaiseHeartbeatSendingEvent ( HeartbeatData data, Uri uri, bool getServerUri ) : bool
RaiseHeartbeatSentEvent ( HeartbeatData heartbeatData, HttpWebResponse response, string text ) : void
RaiseUriChangedEvent ( Uri oldUri, Uri newUri ) : void
ResponseCallback ( IAsyncResult result ) : void
Send800CraftNetBeat ( ) : void
SendMinecraftNetBeat ( ) : void
Start ( ) : void

Method Details

HbSave() public static method

public static HbSave ( ) : void
return void

Property Details

HbData public static property

public static string HbData
return string