FormOptions.BufferBody Property

Definition

Enables full request body buffering. Use this if multiple components need to read the raw stream. Defaults to false.

public:
 property bool BufferBody { bool get(); void set(bool value); };
public bool BufferBody { get; set; }
member this.BufferBody : bool with get, set
Public Property BufferBody As Boolean

Property Value

Applies to