C# Class Sixeyed.Uptimer.Program

Mostra file Open project: sixeyed/coreclr-docker

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
AppendToBlob ( Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob blockBlob, string content, string md5 ) : Task
GetResponse ( ) : Task
Md5Hash ( string content ) : string
PingUrl ( object state ) : Task
SaveResponse ( string storageConnectionString, HttpResponseMessage response, long duration ) : Task

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void