ODataInputContext Class
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.
Base class for all input contexts, defines the interface to be implemented by the specific formats.
public abstract class ODataInputContext : IDisposable
type ODataInputContext = class
interface IDisposable
Public MustInherit Class ODataInputContext
Implements IDisposable
- Inheritance
-
ODataInputContext
- Implements
Constructors
ODataInputContext(ODataFormat, ODataMessageInfo, ODataMessageReaderSettings) |
Constructor. |
Properties
MessageReaderSettings |
The message reader settings to be used for reading. |
Model |
The model to use or null if no metadata is available. |
PayloadUriConverter |
The optional URL converter to perform custom URL conversion for URLs read from the payload. |
ReadingResponse |
Set to true if a response is being read. |
Synchronous |
true if the input should be read synchronously; false if it should be read asynchronously. |