Implemented interface member:
property
Features
Microsoft.AspNetCore.Hosting.Server.IServer.Features
1 write to Features
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
68Features = new FeatureCollection();
2 references to Features
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (1)
70Features.Set<IServerAddressesFeature>(_serverAddresses);
KestrelServer.cs (1)
43public IFeatureCollection Features => _innerKestrelServer.Features;