8 references to StartAsync
Microsoft.AspNetCore.SignalR.Client.Tests (8)
HubConnectionTests.ConnectionLifecycle.cs (3)
85
return new TestConnection().
StartAsync
();
117
return new TestConnection(onDispose: createCount == 1 ? onDisposeForFirstConnection : null).
StartAsync
();
613
endPoint => innerConnection.
StartAsync
());
HubConnectionTests.cs (3)
66
endPoint => new TestConnection().
StartAsync
());
893
endPoint => innerConnection.
StartAsync
());
925
endPoint => innerConnection.
StartAsync
());
HubConnectionTests.Helpers.cs (1)
27
return await connection.
StartAsync
();
HubConnectionTests.Reconnect.cs (1)
1146
return new DisposeInterceptingConnectionContextDecorator(await testConnection.
StartAsync
(), this);