17 references to WithUrl
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (14)
HubConnectionTests.cs (8)
97.WithUrl(server.Url + path, transportType); 136.WithUrl(server.Url + "/negotiateProtocolVersion12", HttpTransportType.LongPolling); 166.WithUrl(server.Url + "/negotiateProtocolVersionNegative", HttpTransportType.LongPolling); 1521.WithUrl(server.Url + hubPath, transportType) 1543.WithUrl(server.Url + "/redirect", transportType) 1975.WithUrl(server.Url + "/default", HttpTransportType.WebSockets) 2268.WithUrl(server.Url + HubPaths.First(), HttpTransportType.WebSockets) 2813.WithUrl(server.Url + "/default", HttpTransportType.WebSockets);
HubConnectionTests.Tracing.cs (3)
60.WithUrl(server.Url + path, transportType); 598.WithUrl(server.Url + path, transportType); 688.WithUrl(server.Url + path, transportType);
HubProtocolVersionTests.cs (3)
43.WithUrl(server.Url + "/version", transportType); 75.WithUrl(server.Url + "/version", transportType); 174.WithUrl(server.Url + "/version", transportType);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubConnectionBuilderExtensionsTests.cs (1)
36connectionBuilder.WithUrl("http://tempuri.org", HttpTransportType.LongPolling);
Microsoft.AspNetCore.SignalR.Tests (2)
EndToEndTests.cs (2)
549.WithUrl(url, transportType) 614.WithUrl(url, HttpTransportType.LongPolling)