C# Class BoxedIce.ServerDensity.Agent.PayloadPoster

Class to POST the agent payload data to the Server Density servers.
Datei anzeigen Open project: serverdensity/sd-agent-windows Class Usage Examples

Public Methods

Method Description
PayloadPoster ( AgentConfigurationSection config, 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 ( AgentConfigurationSection config, object>.IDictionary results ) : System
config AgentConfigurationSection
results object>.IDictionary The payload dictionary.
return System

Post() public method

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