Implemented interface member:
property
Services
Microsoft.AspNetCore.SignalR.ISignalRBuilder.Services
1 write to Services
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnectionBuilder.cs (1)
29Services = new ServiceCollection();
3 references to Services
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnectionBuilder.cs (3)
30Services.AddSingleton<HubConnection>(); 31Services.AddLogging(); 47var serviceProvider = Services.BuildServiceProvider();