Share via


Microsoft.VisualStudio.ApplicationInsights.Channel Namespace

Classes

Name Description
EventSourceWriter

Encapsulates logic for sending a telemetry as a Common Schema 2.0 event.

InMemoryChannel

Represents a communication channel for sending telemetry to Application Insights via HTTPS. There will be a buffer that will not be persisted, to enforce the queued telemetry items to be sent, Flush() should be caller.

Transmission

Implements an asynchronous transmission of data to an HTTP POST endpoint.

UniversalTelemetryChannel

Represents a communication channel for sending telemetry to Application Insights via UTC (Windows Universal Telemetry Client).

Interfaces

Name Description
ITelemetry

The base telemetry type for application insights.

ITelemetryChannel

Represents a communication channel for sending telemetry to application insights.