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