12 implementations of Body
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostTests.cs (1)
1382public Stream Body { get; set; }
Microsoft.AspNetCore.Http (1)
Features\HttpResponseFeature.cs (1)
31public Stream Body { get; set; }
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (1)
3721public Stream Body
ResponseExtensionTests.cs (1)
53public Stream Body { get; set; }
Microsoft.AspNetCore.Http.Tests (3)
ApplicationBuilderTests.cs (1)
181public Stream Body { get; set; } = Stream.Null;
DefaultHttpContextTests.cs (1)
433public Stream Body { get; set; }
Internal\DefaultHttpResponseTests.cs (1)
197public Stream Body { get; set; }
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
153Stream IHttpResponseFeature.Body
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
424Stream IHttpResponseFeature.Body
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
182Stream IHttpResponseFeature.Body
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
222Stream IHttpResponseFeature.Body
Microsoft.AspNetCore.TestHost (1)
ResponseFeature.cs (1)
64public Stream Body { get; set; } = default!;
2 references to Body
Microsoft.AspNetCore.Http.Features (2)
IHttpBodyControlFeature.cs (2)
7/// Controls the IO behavior for the <see cref="IHttpRequestFeature.Body"/> and <see cref="IHttpResponseFeature.Body"/> 12/// Gets or sets a value that controls whether synchronous IO is allowed for the <see cref="IHttpRequestFeature.Body"/> and <see cref="IHttpResponseFeature.Body"/>