Implemented interface member:
method
Build
Microsoft.AspNetCore.SignalR.Client.IHubConnectionBuilder.Build()
11 references to Build
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HubConnectionTests.cs (1)
70
return hubConnectionBuilder.
Build
();
Microsoft.AspNetCore.SignalR.Client.Tests (7)
HubConnectionBuilderTests.cs (7)
22
var ex = Assert.Throws<InvalidOperationException>(() => new HubConnectionBuilder().
Build
());
32
var ex = Assert.Throws<InvalidOperationException>(() => builder.
Build
());
67
Assert.NotNull(builder.
Build
());
69
var ex = Assert.Throws<InvalidOperationException>(() => builder.
Build
());
89
var connection = builder.
Build
();
102
var connection = builder.
Build
();
117
var connection = builder.
Build
();
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionReceiveBenchmark.cs (1)
87
_hubConnection = hubConnectionBuilder.
Build
();
HubConnectionSendBenchmark.cs (1)
67
_hubConnection = hubConnectionBuilder.
Build
();
HubConnectionStartBenchmark.cs (1)
53
_hubConnection = hubConnectionBuilder.
Build
();