5 implementations of HostContext
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationTests.cs (1)
216public T HostContext { get; set; }
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1ConnectionOfT.cs (1)
12TContext? IHostContextContainer<TContext>.HostContext { get; set; }
Internal\Http2\Http2StreamOfT.cs (1)
31TContext? IHostContextContainer<TContext>.HostContext { get; set; }
Internal\Http3\Http3ControlStreamOfT.cs (1)
24TContext? IHostContextContainer<TContext>.HostContext { get; set; }
Internal\Http3\Http3StreamOfT.cs (1)
36TContext? IHostContextContainer<TContext>.HostContext { get; set; }
1 write to HostContext
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
52container.HostContext = hostContext;
1 reference to HostContext
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
48hostContext = container.HostContext;