aspnetcore/test/shared
Nate McMaster d4c0d4b81e Adds an EventSource named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties:
ConnectionStart:
 - connectionId
 - scheme
 - localEndPoint
 - remoteEndPoint

ConnectionStop:
 - connectionId
2017-03-14 16:59:11 -07:00
..
TestResources
DummyApplication.cs
HttpClientSlim.cs
HttpParsingData.cs Log rejected request targets. 2017-03-12 18:37:08 -07:00
KestrelTestLoggerFactory.cs
LifetimeNotImplemented.cs
MockConnection.cs
MockSocketOutput.cs
MockSystemClock.cs
PassThroughConnectionAdapter.cs
StringExtensions.cs Log rejected request targets. 2017-03-12 18:37:08 -07:00
TestApp.cs
TestApplicationErrorLogger.cs
TestConnection.cs Adds an EventSource named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties: 2017-03-14 16:59:11 -07:00
TestFrame.cs
TestKestrelTrace.cs
TestResources.cs Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
TestServer.cs Adds an EventSource named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties: 2017-03-14 16:59:11 -07:00
TestServiceContext.cs