1 instantiation of HubConnectionBuilder
Aspire.Hosting.Azure.Tests (1)
AzureSignalREmulatorFunctionalTest.cs (1)
107var connection = new HubConnectionBuilder().WithUrl(negotiationResponse.Url ?? "", option =>
2 references to HubConnectionBuilder
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (1)
38/// A <see cref="HubConnection"/> should be created using <see cref="HubConnectionBuilder"/>.
HubConnectionBuilder.cs (1)
25/// Initializes a new instance of the <see cref="HubConnectionBuilder"/> class.