Base:
property
ConnectionClosed
Microsoft.AspNetCore.Connections.BaseConnectionContext.ConnectionClosed
Implemented interface member:
property
ConnectionClosed
Microsoft.AspNetCore.Connections.Features.IConnectionLifetimeFeature.ConnectionClosed
1 write to ConnectionClosed
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
109ConnectionClosed = _connectionClosedTokenSource.Token;
6 references to ConnectionClosed
Microsoft.AspNetCore.Http.Connections.Tests (6)
HttpConnectionDispatcherTests.cs (6)
2806await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 2835await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 2865await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 2894await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout(); 2941connection.ConnectionClosed.Register(() => tcs.SetResult()); 3133await connection.ConnectionClosed.WaitForCancellationAsync().DefaultTimeout();