1 instantiation of FormPipeReader
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
215
var formReader = new
FormPipeReader
(_request.BodyReader, encoding)
3 references to FormPipeReader
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
215
var
formReader = new FormPipeReader(_request.BodyReader, encoding)
Microsoft.AspNetCore.WebUtilities (2)
FormPipeReader.cs (2)
40
/// Initializes a new instance of <see cref="
FormPipeReader
"/>.
49
/// Initializes a new instance of <see cref="
FormPipeReader
"/>.