5 implementations of RequestClose
Microsoft.AspNetCore.Http (1)
Features\DefaultConnectionLifetimeNotificationFeature.cs (1)
28public void RequestClose()
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
1062public void RequestClose()
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
787void IConnectionLifetimeNotificationFeature.RequestClose()
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
551void IConnectionLifetimeNotificationFeature.RequestClose()
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnection.cs (1)
152public void RequestClose()
4 references to RequestClose
Microsoft.AspNetCore.Http (1)
Internal\DefaultConnectionInfo.cs (1)
93ConnectionLifetime.RequestClose();
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (1)
1127_context.ConnectionFeatures.Get<IConnectionLifetimeNotificationFeature>()?.RequestClose();
Internal\Http3\Http3ControlStream.cs (1)
434_context.ConnectionContext.Features.Get<IConnectionLifetimeNotificationFeature>()?.RequestClose();
Internal\TlsConnectionFeature.cs (1)
178_context.Features.Get<IConnectionLifetimeNotificationFeature>()?.RequestClose();