Implemented interface member:
method
StopAsync
Microsoft.AspNetCore.Http.Connections.Client.Internal.ITransport.StopAsync()
4 references to StopAsync
Microsoft.AspNetCore.SignalR.Client.Tests (4)
ServerSentEventsTransportTests.cs (4)
57await sseTransport.StopAsync().DefaultTimeout(); 112await sseTransport.StopAsync().DefaultTimeout(); 348var stopTask = sseTransport.StopAsync(); 434await sseTransport.StopAsync().DefaultTimeout();