Implemented interface member:
3 references to DisposeAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
211
await _listener.
DisposeAsync
();
System.Net.Quic (2)
System\Net\Quic\QuicListener.cs (2)
29
/// It can be safely disposed while keeping the accepted connection alive. The <see cref="
DisposeAsync
"/> will only stop listening for any other inbound connections.
87
/// Used to stop pending connections when <see cref="
DisposeAsync
"/> is requested.