FormPipeReader 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.
Used to read an 'application/x-www-form-urlencoded' form. Internally reads from a PipeReader.
public ref class FormPipeReader
public class FormPipeReader
type FormPipeReader = class
Public Class FormPipeReader
- Inheritance
-
FormPipeReader
Constructors
FormPipeReader(PipeReader, Encoding) |
Initializes a new instance of FormPipeReader. |
FormPipeReader(PipeReader) |
Initializes a new instance of FormPipeReader. |
Properties
KeyLengthLimit |
The limit on the length of form keys. |
ValueCountLimit |
The limit on the number of form values to allow in ReadForm or ReadFormAsync. |
ValueLengthLimit |
The limit on the length of form values. |
Methods
ReadFormAsync(CancellationToken) |
Parses an HTTP form body. |