IRequestBodyPipeFeature Interface
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.
Represents the HTTP request body as a PipeReader.
public interface class IRequestBodyPipeFeature
public interface IRequestBodyPipeFeature
type IRequestBodyPipeFeature = interface
Public Interface IRequestBodyPipeFeature
- Derived
Properties
Reader |
Gets a PipeReader representing the request body, if any. |