TestimoX

API Reference

Class

AgentTransportConfig

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Transport settings for sending payloads to the monitoring service.

Inheritance

  • Object
  • AgentTransportConfig

Constructors

public AgentTransportConfig() #

Properties

public String Endpoint { get; set; } #

Base endpoint for the monitoring service (e.g. https://monitoring:7443/agent).

public String ApiKey { get; set; } #

Optional API key used for bootstrap or non-mTLS fallback scenarios.

public String EnrollmentToken { get; set; } #

Optional enrollment token used for first-time bootstrap.

public TimeSpan Timeout { get; set; } #

HTTPS request timeout.

public AgentCertificateConfig Certificates { get; set; } #

Certificate validation and client identity settings.

public AgentEnrollmentConfig Enrollment { get; set; } #

Enrollment and renewal settings.