InputFormatterContext.ReaderFactory Property
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.
Gets a delegate which can create a TextReader for the request body.
public:
property Func<System::IO::Stream ^, System::Text::Encoding ^, System::IO::TextReader ^> ^ ReaderFactory { Func<System::IO::Stream ^, System::Text::Encoding ^, System::IO::TextReader ^> ^ get(); };
public Func<System.IO.Stream,System.Text.Encoding,System.IO.TextReader> ReaderFactory { get; }
member this.ReaderFactory : Func<System.IO.Stream, System.Text.Encoding, System.IO.TextReader>
Public ReadOnly Property ReaderFactory As Func(Of Stream, Encoding, TextReader)