Method | Description | |
---|---|---|
MiniProfilerMessageHandler ( StackExchange.Profiling.MiniProfiler profiler = null, bool addStep = true, string stepPrefix = "WebAPI :" ) : System |
Constructs the MiniProfilerMessageHandler.
|
Method | Description | |
---|---|---|
SendAsync ( |
Adds profiling to the request.
|
Method | Description | |
---|---|---|
AddRemoteProfilerResults ( |
Adds the profiling results fro the response to the supplied profiler.
|
public MiniProfilerMessageHandler ( StackExchange.Profiling.MiniProfiler profiler = null, bool addStep = true, string stepPrefix = "WebAPI :" ) : System | ||
profiler | StackExchange.Profiling.MiniProfiler | The profiler, if |
addStep | bool | If |
stepPrefix | string | The prefix for the |
return | System |
protected SendAsync ( |
||
request | The HTTP request message. | |
cancellationToken | A cancellation token to cancel the operation. | |
return | Task |