ODataInputContext Constructor
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.
Constructor.
protected ODataInputContext (Microsoft.OData.ODataFormat format, Microsoft.OData.ODataMessageInfo messageInfo, Microsoft.OData.ODataMessageReaderSettings messageReaderSettings);
new Microsoft.OData.ODataInputContext : Microsoft.OData.ODataFormat * Microsoft.OData.ODataMessageInfo * Microsoft.OData.ODataMessageReaderSettings -> Microsoft.OData.ODataInputContext
Protected Sub New (format As ODataFormat, messageInfo As ODataMessageInfo, messageReaderSettings As ODataMessageReaderSettings)
Parameters
- format
- ODataFormat
The format for this input context.
- messageInfo
- ODataMessageInfo
The context information for the message.
- messageReaderSettings
- ODataMessageReaderSettings
Configuration settings of the OData reader.