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