C# 클래스 BoxedIce.ServerDensity.Agent.PayloadPoster

Class to POST the agent payload data to the Server Density servers.
파일 보기 프로젝트 열기: serverdensity/sd-agent-windows 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
MD5Hash ( string input ) : string

메소드 상세

PayloadPoster() 공개 메소드

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.
리턴 System

Post() 공개 메소드

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