메소드 | 설명 | |
---|---|---|
MiniProfilerMessageHandler ( StackExchange.Profiling.MiniProfiler profiler = null, bool addStep = true, string stepPrefix = "WebAPI :" ) : System |
Constructs the MiniProfilerMessageHandler.
|
메소드 | 설명 | |
---|---|---|
SendAsync ( |
Adds profiling to the request.
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |
protected SendAsync ( |
||
request | The HTTP request message. | |
cancellationToken | A cancellation token to cancel the operation. | |
리턴 | Task |