3 implementations of StopAsync
Microsoft.AspNetCore.Http.Connections.Client (3)
Internal\LongPollingTransport.cs (1)
113public async Task StopAsync()
Internal\ServerSentEventsTransport.cs (1)
174public async Task StopAsync()
Internal\WebSocketsTransport.cs (1)
655public async Task StopAsync()
1 reference to StopAsync
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
276await _transport!.StopAsync().ConfigureAwait(false);