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