C# 클래스 StackExchange.Profiling.MiniProfilerHandler

Understands how to route and respond to MiniProfiler UI URLS.
상속: IRouteHandler, IHttpHandler
파일 보기 프로젝트 열기: JSkimming/MiniProfiler.WebAPI 1 사용 예제들

보호된 메소드들

메소드 설명
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Adds profiling to the request.

비공개 메소드들

메소드 설명
SetProfilerHeadder ( HttpResponseMessage response ) : HttpResponseMessage

Sets the profiler results in the response headers if profiling is enabled.

메소드 상세

SendAsync() 보호된 메소드

Adds profiling to the request.
The was null.
protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request HttpRequestMessage The HTTP request message to send to the server.
cancellationToken CancellationToken A cancellation token to cancel operation.
리턴 Task