IRequestBodyPipeFeature Interface

Definition

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.

Applies to