aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler e6e45cea05
Change how HttpConnection sets headers (#1806)
- Removed SendUtils.PrepareRequst and instead used HttpClient.DefaultRequstHeaders to set the common headers to apply HttpOptions to all outbound requests
- Modified how we check for the user agent request testing
2018-03-31 22:23:09 -07:00
..
HttpConnectionTests.ConnectionLifecycle.cs
HttpConnectionTests.Helpers.cs Change how HttpConnection sets headers (#1806) 2018-03-31 22:23:09 -07:00
HttpConnectionTests.Negotiate.cs
HttpConnectionTests.Transport.cs Change how HttpConnection sets headers (#1806) 2018-03-31 22:23:09 -07:00
HttpConnectionTests.cs
HubConnectionBuilderExtensionsTests.cs
HubConnectionBuilderTests.cs
HubConnectionTests.ConnectionLifecycle.cs
HubConnectionTests.Extensions.cs
HubConnectionTests.Helpers.cs
HubConnectionTests.Protocol.cs
HubConnectionTests.cs Use IBufferWriter in IHubProtocol (#1791) 2018-03-30 17:30:08 -07:00
LongPollingTransportTests.cs Change how HttpConnection sets headers (#1806) 2018-03-31 22:23:09 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj
ResponseUtils.cs
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs Change how HttpConnection sets headers (#1806) 2018-03-31 22:23:09 -07:00
SyncPoint.cs
TestConnection.cs Use IBufferWriter in IHubProtocol (#1791) 2018-03-30 17:30:08 -07:00
TestHttpMessageHandler.cs
TestTransport.cs
TestTransportFactory.cs