httpClient property

Client httpClient
final

The HTTP client to use when submitting telemetry.

Note that you should never use a TelemetryHttpClient for this value, since doing so would result in telemetry being created recursively.

Implementation

final Client httpClient;