C# Class Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModuleTest

Mostra file Open project: Microsoft/ApplicationInsights-dotnet-server

Public Methods

Method Description
OnEndTracksRequest ( ) : void

Private Methods

Method Description
NeedProcessRequestReturnsFalseForCustomHandler ( ) : void
NeedProcessRequestReturnsFalseForDefaultHandler ( ) : void
NeedProcessRequestReturnsFalseOnNullHttpContext ( ) : void
NeedProcessRequestReturnsTrueForNon200 ( ) : void
NeedProcessRequestReturnsTrueForUnknownHandler ( ) : void
OnBeginRequestDoesNotSetTimeIfItWasAssignedBefore ( ) : void
OnBeginRequestSetsTimeIfItWasNotAssignedBefore ( ) : void
OnEndAddsSourceFieldForRequestWithSourceIkey ( ) : void
OnEndCreatesRequestTelemetryIfBeginWasNotCalled ( ) : void
OnEndDoesNotOverrideResponseCode ( ) : void
OnEndDoesNotOverrideUrl ( ) : void
OnEndSetsDurationToPositiveValue ( ) : void
OnEndSetsDurationToZeroIfBeginWasNotCalled ( ) : void
OnEndSetsResponseCode ( ) : void
OnEndSetsUrl ( ) : void
RequestIdIsAvailableAfterOnBegin ( ) : void
SdkVersionHasCorrectFormat ( ) : void

Method Details

OnEndTracksRequest() public method

public OnEndTracksRequest ( ) : void
return void