The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BaseJsonMediaTypeFormatter.CreateJsonReader Method (Type, Stream, Encoding)
Called during deserialization to get the JsonReader.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Public MustOverride Function CreateJsonReader ( type As Type, readStream As Stream, effectiveEncoding As Encoding ) As JsonReader
Parameters
- type
-
Type:
System.Type
The type of the object to read.
- readStream
-
Type:
System.IO.Stream
The stream from which to read.
- effectiveEncoding
-
Type:
System.Text.Encoding
The encoding to use when reading.
Return Value
Type: Newtonsoft.Json.JsonReaderThe reader to use during deserialization.
Show: