6 references to WithUrl
JwtClientSample (1)
Program.cs (1)
32.WithUrl(ServerUrl + "/broadcast", options =>
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (2)
HubConnectionTests.cs (2)
2038.WithUrl(server.Url + "/default", options => 2100.WithUrl(server.Url + "/default", options =>
Microsoft.AspNetCore.SignalR.Client.Tests (3)
HubConnectionBuilderExtensionsTests.cs (1)
81connectionBuilder.WithUrl("http://tempuri.org", options => { options.Proxy = proxy; });
TestServerTests.cs (2)
39.WithUrl(server.BaseAddress + "echo", options => 90.WithUrl(server.BaseAddress + "echo", options =>