Base:
method
DisposeAsync
Microsoft.AspNetCore.Connections.BaseConnectionContext.DisposeAsync()
2 references to DisposeAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
Connection\DirectTlsConnectionListener.cs (1)
206await connection.DisposeAsync();
TlsEventPump.cs (1)
1046await connection.DisposeAsync().ConfigureAwait(false);