C# 클래스 Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule

Telemetry module tracking requests using http module.
상속: ITelemetryModule
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
AddTargetHashForResponseHeader ( HttpContext context ) : void

Adds target response header response object.

Initialize ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration ) : void

Initializes the telemetry module.

OnBeginRequest ( HttpContext context ) : void

Implements on begin callback of http module.

OnEndRequest ( HttpContext context ) : void

Implements on end callback of http module.

비공개 메소드들

메소드 설명
IsHandlerToFilter ( IHttpHandler handler ) : bool

Checks whether or not handler is a transfer handler.

NeedProcessRequest ( HttpContext httpContext ) : bool

Verifies context to detect whether or not request needs to be processed.

메소드 상세

AddTargetHashForResponseHeader() 공개 메소드

Adds target response header response object.
public AddTargetHashForResponseHeader ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

Initialize() 공개 메소드

Initializes the telemetry module.
public Initialize ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration ) : void
configuration Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration Telemetry configuration to use for initialization.
리턴 void

OnBeginRequest() 공개 메소드

Implements on begin callback of http module.
public OnBeginRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

OnEndRequest() 공개 메소드

Implements on end callback of http module.
public OnEndRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void