C# Класс StackExchange.Profiling.MiniProfilerHandler

Understands how to route and respond to MiniProfiler UI URLS.
Наследование: IRouteHandler, IHttpHandler
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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