C# Class BoxedIce.ServerDensity.Agent.PayloadPoster

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

Méthodes publiques

Méthode 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

Méthode Description
MD5Hash ( string input ) : string

Method Details

PayloadPoster() public méthode

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.
Résultat System

Post() public méthode

Creates and sends the HTTP POST.
public Post ( ) : void
Résultat void