Method |
Description |
|
GenerateTreeJSON ( Node n, int parentID ) : string |
|
|
SaveAggregateData ( HttpListenerContext context ) : void |
|
|
SendAggregateData ( HttpListenerContext context ) : void |
|
|
SendLATJSON ( HttpListenerContext context, System.DateTime lastAccessTime ) : void |
|
|
SendPeersJSON ( HttpListenerContext context ) : void |
|
|
SendSensorDataJSON ( HttpListenerContext context ) : void |
|
|
SendTreeJSON ( HttpListenerContext context ) : void |
|
|
TimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
|
|
generateJSON ( Node n ) : string |
|
|
getHardwareImageFile ( OpenHardwareMonitor.GUI.HardwareNode hn ) : string |
|
|
getTypeImageFile ( OpenHardwareMonitor.GUI.TypeNode tn ) : string |
|
|
getcontentType ( string extension ) : string |
|
|
parseDate ( String dateText, System.DateTime defaultDate ) : System.DateTime |
|
|
proxyRequest ( HttpListenerContext context, String peer ) : void |
|
|
returnFile ( HttpListenerContext context, string filePath ) : void |
|
|
sendJSON ( HttpListenerContext context ) : void |
|
|
sendSensorCSV ( HttpListenerContext context ) : void |
|
|
serveResourceFile ( HttpListenerContext context, string name, string ext ) : void |
|
|
serveResourceImage ( HttpListenerContext context, string name ) : void |
|
|