OwinFeatureCollection.IHttpRequestFeature.Body Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
property System::IO::Stream ^ Microsoft::AspNetCore::Http::Features::IHttpRequestFeature::Body { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
System.IO.Stream Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Body { get; set; }
member this.Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Body : System.IO.Stream with get, set
Property Body As Stream Implements IHttpRequestFeature.Body