C# Class Microsoft.ApplicationInsights.DependencyCollector.Implementation.WebRequestDependencyTrackingHelpers

Client-Server dependency tracking.
ファイルを表示 Open project: Microsoft/ApplicationInsights-dotnet-server Class Usage Examples

Private Methods

Method Description
CreateAndAddCookie ( WebRequest webRequest, string key, string value ) : void

Creates and adds cookie to the web request.

SetCorrelationContextForWebRequest ( Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry dependencyTelemetry, WebRequest webRequest ) : void

Populates WebRequest using the operation context in telemetry item.

SetUserAndSessionContextForWebRequest ( Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry dependencyTelemetry, WebRequest webRequest ) : void

Populates WebRequest using the user, session initialized in telemetry item.