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