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