C# Class Tether.PayloadPoster

Class to POST the agent payload data to the Server Density servers.
ファイルを表示 Open project: surgicalcoder/Tether Class Usage Examples

Public Methods

Method Description
PayloadPoster ( object>.IDictionary results ) : System

Initialises a new instance of the PayloadPoster class with the provided values.

Post ( ) : void

Creates and sends the HTTP POST.

Private Methods

Method Description
MD5Hash ( string input ) : string

Method Details

PayloadPoster() public method

Initialises a new instance of the PayloadPoster class with the provided values.
public PayloadPoster ( object>.IDictionary results ) : System
results object>.IDictionary The payload dictionary.
return System

Post() public method

Creates and sends the HTTP POST.
public Post ( ) : void
return void