10 references to HttpSysRequestTimingType
Microsoft.AspNetCore.Server.HttpSys (7)
IHttpSysRequestTimingFeature.cs (4)
16
/// The index of the timing can be cast to <see cref="
HttpSysRequestTimingType
"/> to know what the timing represents.
30
bool TryGetTimestamp(
HttpSysRequestTimingType
timestampType, out long timestamp);
39
bool TryGetElapsedTime(
HttpSysRequestTimingType
startingTimestampType,
HttpSysRequestTimingType
endingTimestampType, out TimeSpan elapsed);
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (3)
193
public bool TryGetTimestamp(
HttpSysRequestTimingType
timestampType, out long timestamp)
207
public bool TryGetElapsedTime(
HttpSysRequestTimingType
startingTimestampType,
HttpSysRequestTimingType
endingTimestampType, out TimeSpan elapsed)
Microsoft.AspNetCore.Server.IIS (3)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (3)
193
public bool TryGetTimestamp(
HttpSysRequestTimingType
timestampType, out long timestamp)
207
public bool TryGetElapsedTime(
HttpSysRequestTimingType
startingTimestampType,
HttpSysRequestTimingType
endingTimestampType, out TimeSpan elapsed)