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)
109
ConnectionClosed
= _connectionClosedTokenSource.Token;
6 references to ConnectionClosed
Microsoft.AspNetCore.Http.Connections.Tests (6)
HttpConnectionDispatcherTests.cs (6)
2806
await connection.
ConnectionClosed
.WaitForCancellationAsync().DefaultTimeout();
2835
await connection.
ConnectionClosed
.WaitForCancellationAsync().DefaultTimeout();
2865
await connection.
ConnectionClosed
.WaitForCancellationAsync().DefaultTimeout();
2894
await connection.
ConnectionClosed
.WaitForCancellationAsync().DefaultTimeout();
2941
connection.
ConnectionClosed
.Register(() => tcs.SetResult());
3133
await connection.
ConnectionClosed
.WaitForCancellationAsync().DefaultTimeout();