aspnetcore/test/shared
Nate McMaster 83958886cc
Implement IHttpRequestIdentifierFeature on Frame
This feature generates a unique ID per request. This unique ID can be
used in event source and logging.

Also, this change improves KestrelEventSource by moving it back into the
Kestrel.Core assembly and de-coupling from the Libuv transport. This
adds two new events, RequestStart and RequestStop, which can be used to
identify the correlation between connection ID and request trace
identifier.
2017-03-31 16:54:35 -07:00
..
TestResources
DummyApplication.cs
HttpClientSlim.cs
HttpParsingData.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
KestrelTestLoggerFactory.cs
LifetimeNotImplemented.cs
MockConnection.cs Fixed regression caused by transport refactoring (#1573) 2017-03-30 09:33:28 -07:00
MockSocketOutput.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
MockSystemClock.cs
PassThroughConnectionAdapter.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
StringExtensions.cs
TestApp.cs
TestApplicationErrorLogger.cs
TestConnection.cs Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
TestFrame.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
TestKestrelTrace.cs
TestResources.cs Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
TestServer.cs Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
TestServiceContext.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00