Implemented interface member:
13 references to DisposeAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
70await _connection.DisposeAsync();
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
269await quicConnection.DisposeAsync().ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
155await connection.DisposeAsync().ConfigureAwait(false);
System.Net.Quic (10)
System\Net\Quic\QuicConnection.cs (5)
89await connection.DisposeAsync().ConfigureAwait(false); 99await connection.DisposeAsync().ConfigureAwait(false); 175/// From <see cref="QuicConnectionOptions.DefaultCloseErrorCode"/>, used to close connection in <see cref="DisposeAsync"/>. 598/// If <see cref="CloseAsync(long, CancellationToken)"/> is not called before <see cref="DisposeAsync">disposing</see> the connection, 599/// the <see cref="QuicConnectionOptions.DefaultCloseErrorCode"/> will be used by <see cref="DisposeAsync"/> to close the connection.
System\Net\Quic\QuicListener.cs (5)
249await connection.DisposeAsync().ConfigureAwait(false); 263await connection.DisposeAsync().ConfigureAwait(false); 277await connection.DisposeAsync().ConfigureAwait(false); 312await connection.DisposeAsync().ConfigureAwait(false); 438await connection.DisposeAsync().ConfigureAwait(false);