Implemented interface member:
property
Features
Microsoft.AspNetCore.Hosting.Server.IServer.Features
1 write to Features
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
43Features = new FeatureCollection();
2 references to Features
Microsoft.AspNetCore.Server.HttpSys (2)
MessagePump.cs (2)
45Features.Set<IServerAddressesFeature>(_serverAddresses); 49Features.Set<IServerDelegationFeature>(this);