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