2 references to HttpConnection
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HttpConnectionTests.cs (2)
52
var exception = Assert.Throws<ArgumentNullException>(() => new
HttpConnection
(null));
66
var connection = new
HttpConnection
(new Uri("http://fakeuri.org/"));