39 references to CreateHttp1Connection
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (39)
Http1\Http1HttpProtocolFeatureCollectionTests.cs (39)
104_collection[typeof(IHttpRequestFeature)] = CreateHttp1Connection(); 105_collection[typeof(IHttpRequestBodyDetectionFeature)] = CreateHttp1Connection(); 106_collection[typeof(IHttpResponseFeature)] = CreateHttp1Connection(); 107_collection[typeof(IHttpResponseBodyFeature)] = CreateHttp1Connection(); 108_collection[typeof(IRequestBodyPipeFeature)] = CreateHttp1Connection(); 109_collection[typeof(IHttpRequestIdentifierFeature)] = CreateHttp1Connection(); 110_collection[typeof(IHttpRequestLifetimeFeature)] = CreateHttp1Connection(); 111_collection[typeof(IHttpRequestTrailersFeature)] = CreateHttp1Connection(); 112_collection[typeof(IHttpConnectionFeature)] = CreateHttp1Connection(); 113_collection[typeof(IHttpMaxRequestBodySizeFeature)] = CreateHttp1Connection(); 114_collection[typeof(IHttpMinRequestBodyDataRateFeature)] = CreateHttp1Connection(); 115_collection[typeof(IHttpMinResponseDataRateFeature)] = CreateHttp1Connection(); 116_collection[typeof(IHttpBodyControlFeature)] = CreateHttp1Connection(); 117_collection[typeof(IRouteValuesFeature)] = CreateHttp1Connection(); 118_collection[typeof(IEndpointFeature)] = CreateHttp1Connection(); 119_collection[typeof(IHttpExtendedConnectFeature)] = CreateHttp1Connection(); 120_collection[typeof(IHttpUpgradeFeature)] = CreateHttp1Connection(); 121_collection[typeof(IPersistentStateFeature)] = CreateHttp1Connection(); 123_collection.Set<IHttpWebTransportFeature>(CreateHttp1Connection()); 134_collection.Set<IHttpRequestFeature>(CreateHttp1Connection()); 135_collection.Set<IHttpRequestBodyDetectionFeature>(CreateHttp1Connection()); 136_collection.Set<IHttpResponseFeature>(CreateHttp1Connection()); 137_collection.Set<IHttpResponseBodyFeature>(CreateHttp1Connection()); 138_collection.Set<IRequestBodyPipeFeature>(CreateHttp1Connection()); 139_collection.Set<IHttpRequestIdentifierFeature>(CreateHttp1Connection()); 140_collection.Set<IHttpRequestLifetimeFeature>(CreateHttp1Connection()); 141_collection.Set<IHttpRequestTrailersFeature>(CreateHttp1Connection()); 142_collection.Set<IHttpConnectionFeature>(CreateHttp1Connection()); 143_collection.Set<IHttpMaxRequestBodySizeFeature>(CreateHttp1Connection()); 144_collection.Set<IHttpMinRequestBodyDataRateFeature>(CreateHttp1Connection()); 145_collection.Set<IHttpMinResponseDataRateFeature>(CreateHttp1Connection()); 146_collection.Set<IHttpBodyControlFeature>(CreateHttp1Connection()); 147_collection.Set<IRouteValuesFeature>(CreateHttp1Connection()); 148_collection.Set<IEndpointFeature>(CreateHttp1Connection()); 149_collection.Set<IHttpExtendedConnectFeature>(CreateHttp1Connection()); 150_collection.Set<IHttpUpgradeFeature>(CreateHttp1Connection()); 151_collection.Set<IPersistentStateFeature>(CreateHttp1Connection()); 153_collection.Set<IHttpWebTransportFeature>(CreateHttp1Connection()); 248_collection[type] = CreateHttp1Connection();