8 references to WithUrlCore
Microsoft.AspNetCore.SignalR.Client (8)
HubConnectionBuilderHttpExtensions.cs (8)
42hubConnectionBuilder.WithUrlCore(new Uri(url), null, null); 55hubConnectionBuilder.WithUrlCore(new Uri(url), null, configureHttpConnection); 68hubConnectionBuilder.WithUrlCore(new Uri(url), transports, null); 82hubConnectionBuilder.WithUrlCore(new Uri(url), transports, configureHttpConnection); 94hubConnectionBuilder.WithUrlCore(url, null, null); 107hubConnectionBuilder.WithUrlCore(url, null, configureHttpConnection); 120hubConnectionBuilder.WithUrlCore(url, transports, null); 134hubConnectionBuilder.WithUrlCore(url, transports, configureHttpConnection);