const Microsoft.ApplicationInsights.DependencyCollector.OperationDetailConstants.HttpRequestOperationDetailName = "HttpRequest" -> string
const Microsoft.ApplicationInsights.DependencyCollector.OperationDetailConstants.HttpResponseOperationDetailName = "HttpResponse" -> string
const Microsoft.ApplicationInsights.DependencyCollector.OperationDetailConstants.HttpResponseHeadersOperationDetailName = "HttpResponseHeaders" -> string
const Microsoft.ApplicationInsights.DependencyCollector.OperationDetailConstants.SqlCommandOperationDetailName = "SqlCommand" -> string
Microsoft.ApplicationInsights.DependencyCollector.OperationDetailConstants
Microsoft.ApplicationInsights.DependencyCollector.DependencyTelemetryExtensions
static Microsoft.ApplicationInsights.DependencyCollector.DependencyTelemetryExtensions.TryGetHttpRequestOperationDetail(this Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry telemetry, out System.Net.Http.HttpRequestMessage message) -> bool
static Microsoft.ApplicationInsights.DependencyCollector.DependencyTelemetryExtensions.TryGetHttpResponseOperationDetail(this Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry telemetry, out System.Net.Http.HttpResponseMessage message) -> bool
static Microsoft.ApplicationInsights.DependencyCollector.DependencyTelemetryExtensions.TryGetHttpResponseHeadersOperationDetail(this Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry telemetry, out System.Net.WebHeaderCollection headers) -> bool