FormPipeReader Class

Definition

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)

Initializes a new instance of FormPipeReader.

FormPipeReader(PipeReader, Encoding)

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.

Applies to