4 implementations of IHttpBodyControlFeature
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.TestHost (1)
134 references to IHttpBodyControlFeature
IIS.Tests (2)
InMemory.FunctionalTests (20)
Microsoft.AspNetCore.OutputCaching.Tests (2)
Microsoft.AspNetCore.ResponseCaching.Tests (2)
Microsoft.AspNetCore.ResponseCompression.Tests (4)
Microsoft.AspNetCore.Rewrite (2)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (16)
Microsoft.AspNetCore.Server.IIS (9)
Microsoft.AspNetCore.Server.Kestrel.Core (15)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (56)
HttpRequestStreamTests.cs (21)
21var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
28var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
35var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
42var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
49var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
56var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
63var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
71var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
78var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
85var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
93var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
100var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
109var mockBodyControl = new Mock<IHttpBodyControlFeature>();
135var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), pipeReader);
146var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), pipeReader);
158var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), pipeReader);
170var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), pipeReader);
180var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), pipeReader);
192var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), pipeReader);
203var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), pipeReader);
212var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), new HttpRequestPipeReader());
MessageBodyTests.cs (22)
34var mockBodyControl = new Mock<IHttpBodyControlFeature>();
163var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
187var mockBodyControl = new Mock<IHttpBodyControlFeature>();
216var mockBodyControl = new Mock<IHttpBodyControlFeature>();
241var mockBodyControl = new Mock<IHttpBodyControlFeature>();
269var mockBodyControl = new Mock<IHttpBodyControlFeature>();
311var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
338var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
372var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
394var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
420var mockBodyControl = new Mock<IHttpBodyControlFeature>();
450var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
476var mockBodyControl = new Mock<IHttpBodyControlFeature>();
501var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
520var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
598var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
660var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
687var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
709var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
799var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
830var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
867var stream = new HttpRequestStream(Mock.Of<IHttpBodyControlFeature>(), reader);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Microsoft.AspNetCore.TestHost (1)
Microsoft.AspNetCore.TestHost.Tests (1)