Implemented interface member:
method
StartAsync
Microsoft.AspNetCore.Http.Connections.Client.Internal.ITransport.StartAsync(System.Uri, Microsoft.AspNetCore.Connections.TransferFormat, System.Threading.CancellationToken)
11 references to StartAsync
Microsoft.AspNetCore.SignalR.Client.Tests (11)
ServerSentEventsTransportTests.cs (11)
53await sseTransport.StartAsync( 102await sseTransport.StartAsync( 152await sseTransport.StartAsync( 208await sseTransport.StartAsync( 258await sseTransport.StartAsync( 285await sseTransport.StartAsync( 339await sseTransport.StartAsync( 374var ex = await Assert.ThrowsAsync<ArgumentException>(() => sseTransport.StartAsync(new Uri("http://fakeuri.org"), TransferFormat.Binary).DefaultTimeout()); 401sseTransport.StartAsync(new Uri("http://fakeuri.org"), transferFormat)); 433await sseTransport.StartAsync(new Uri("http://fakeuri.org"), TransferFormat.Text).DefaultTimeout(); 486await sseTransport.StartAsync(