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