RequestBodyPipeFeature Class
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.
Default implementation for IRequestBodyPipeFeature.
public ref class RequestBodyPipeFeature : Microsoft::AspNetCore::Http::Features::IRequestBodyPipeFeature
public class RequestBodyPipeFeature : Microsoft.AspNetCore.Http.Features.IRequestBodyPipeFeature
type RequestBodyPipeFeature = class
interface IRequestBodyPipeFeature
Public Class RequestBodyPipeFeature
Implements IRequestBodyPipeFeature
- Inheritance
-
RequestBodyPipeFeature
- Implements
Constructors
RequestBodyPipeFeature(HttpContext) |
Initializes a new instance of IRequestBodyPipeFeature. |
Properties
Reader |
Gets a PipeReader representing the request body, if any. |