Implemented interface member:
13 references to DisposeAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
70await _connection.DisposeAsync();
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
145await connection.DisposeAsync().ConfigureAwait(false);
System.Net.Quic (11)
System\Net\Quic\QuicConnection.cs (5)
83await connection.DisposeAsync().ConfigureAwait(false); 93await connection.DisposeAsync().ConfigureAwait(false); 169/// From <see cref="QuicConnectionOptions.DefaultCloseErrorCode"/>, used to close connection in <see cref="DisposeAsync"/>. 495/// If <see cref="CloseAsync(long, CancellationToken)"/> is not called before <see cref="DisposeAsync">disposing</see> the connection, 496/// the <see cref="QuicConnectionOptions.DefaultCloseErrorCode"/> will be used by <see cref="DisposeAsync"/> to close the connection.
System\Net\Quic\QuicListener.cs (6)
245await connection.DisposeAsync().ConfigureAwait(false); 264await connection.DisposeAsync().ConfigureAwait(false); 281await connection.DisposeAsync().ConfigureAwait(false); 295await connection.DisposeAsync().ConfigureAwait(false); 312await connection.DisposeAsync().ConfigureAwait(false); 438await connection.DisposeAsync().ConfigureAwait(false);