17 references to ReadFormAsync
Microsoft.AspNetCore.WebUtilities.Tests (17)
FormPipeReaderTests.cs (17)
19
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe));
29
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe));
40
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe));
50
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe));
60
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe));
71
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe));
83
() =>
ReadFormAsync
(new FormPipeReader(bodyPipe)));
94
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe) { ValueCountLimit = 3 });
109
() =>
ReadFormAsync
(new FormPipeReader(bodyPipe) { ValueCountLimit = 3 }));
124
() =>
ReadFormAsync
(new FormPipeReader(bodyPipe) { ValueCountLimit = 3 }));
137
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe) { KeyLengthLimit = 10 });
152
() =>
ReadFormAsync
(new FormPipeReader(bodyPipe) { KeyLengthLimit = 10 }));
165
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe) { ValueLengthLimit = 10 });
180
() =>
ReadFormAsync
(new FormPipeReader(bodyPipe) { ValueLengthLimit = 10 }));
200
() =>
ReadFormAsync
(new FormPipeReader(bodyPipe.Reader) { ValueLengthLimit = 10 }));
249
var form = await
ReadFormAsync
(new FormPipeReader(bodyPipe));
594
var formCollection = await
ReadFormAsync
(new FormPipeReader(bodyPipe));