aspnetcore/test/Microsoft.AspNetCore.Signal...
James Newton-King 12b69a0fdb
Refactor HttpOptions in client (#1942)
- Rename HttpOptions to HttpConfigurationOptions
- Remove HttpConfigurationOptions from SignalR client project
- Updated client HttpConnection ctors
2018-04-11 20:20:04 +12:00
..
HttpConnectionTests.ConnectionLifecycle.cs Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
HttpConnectionTests.Helpers.cs Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
HttpConnectionTests.Negotiate.cs
HttpConnectionTests.Transport.cs
HttpConnectionTests.cs Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
HubConnectionBuilderExtensionsTests.cs Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
HubConnectionBuilderTests.cs
HubConnectionTests.ConnectionLifecycle.cs
HubConnectionTests.Extensions.cs
HubConnectionTests.Helpers.cs
HubConnectionTests.Protocol.cs
HubConnectionTests.cs Add GetMessageBytes to IHubProtocol (#1915) 2018-04-10 07:14:09 -07:00
LongPollingTransportTests.cs
Microsoft.AspNetCore.SignalR.Client.Tests.csproj
ResponseUtils.cs
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs
SyncPoint.cs
TestConnection.cs
TestHttpMessageHandler.cs
TestTransport.cs
TestTransportFactory.cs