Base:
property
Features
Microsoft.AspNetCore.Connections.BaseConnectionContext.Features
1 write to Features
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1120Features = new FeatureCollection();
6 references to Features
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (6)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (6)
1151Features.Set<IStreamDirectionFeature>(this); 1152Features.Set<IStreamIdFeature>(this); 1153Features.Set<IStreamAbortFeature>(this); 1154Features.Set<IProtocolErrorCodeFeature>(this); 1155Features.Set<IPersistentStateFeature>(this); 1156Features.Set<IStreamClosedFeature>(this);