22 references to WithUrl
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (19)
HubConnectionTests.cs (19)
1485
.
WithUrl
(server.Url + "/authorizedhub", transportType, options =>
1571
.
WithUrl
(server.Url + "/default", transportType, options =>
1602
.
WithUrl
(server.Url + "/default", HttpTransportType.LongPolling, options =>
1644
.
WithUrl
(server.Url + "/default", HttpTransportType.LongPolling, options =>
1679
.
WithUrl
(server.Url + "/default", HttpTransportType.LongPolling, options =>
1719
.
WithUrl
(server.Url + "/default", HttpTransportType.WebSockets, options =>
1761
.
WithUrl
(server.Url + "/default", HttpTransportType.WebSockets, options =>
1819
.
WithUrl
(server.Url + "/windowsauthhub", httpTransportType, options =>
1879
.
WithUrl
(server.Url + "/windowsauthhub", HttpTransportType.WebSockets, options =>
1922
.
WithUrl
(server.Url + "/default", HttpTransportType.WebSockets, options =>
2379
.
WithUrl
(server.Url + "/default", HttpTransportType.LongPolling, o => o.HttpMessageHandlerFactory = h =>
2432
.
WithUrl
(server.Url + "/default", HttpTransportType.LongPolling, o => o.HttpMessageHandlerFactory = h =>
2475
.
WithUrl
(server.Url + "/default", HttpTransportType.ServerSentEvents, o => o.HttpMessageHandlerFactory = h =>
2525
.
WithUrl
(server.Url + "/default", HttpTransportType.ServerSentEvents, o => o.HttpMessageHandlerFactory = h =>
2563
.
WithUrl
(server.Url + "/default", HttpTransportType.WebSockets, o =>
2621
.
WithUrl
(server.Url + "/default", HttpTransportType.WebSockets, o =>
2691
.
WithUrl
(server.Url + "/default", HttpTransportType.WebSockets, o =>
2760
.
WithUrl
(server.Url + "/default", HttpTransportType.WebSockets, o =>
2866
.
WithUrl
(server.Url + "/default", HttpTransportType.WebSockets, o =>
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubConnectionTests.cs (1)
768
.
WithUrl
("http://example.com", Http.Connections.HttpTransportType.WebSockets,
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisEndToEnd.cs (1)
219
.
WithUrl
(url, transportType, httpConnectionOptions =>
Microsoft.AspNetCore.SignalR.Tests (1)
EndToEndTests.cs (1)
662
.
WithUrl
(url, HttpTransportType.LongPolling, o =>