ODataOutputContext 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 ODataOutputContext (Microsoft.OData.ODataFormat format, Microsoft.OData.ODataMessageInfo messageInfo, Microsoft.OData.ODataMessageWriterSettings messageWriterSettings);
new Microsoft.OData.ODataOutputContext : Microsoft.OData.ODataFormat * Microsoft.OData.ODataMessageInfo * Microsoft.OData.ODataMessageWriterSettings -> Microsoft.OData.ODataOutputContext
Protected Sub New (format As ODataFormat, messageInfo As ODataMessageInfo, messageWriterSettings As ODataMessageWriterSettings)
Parameters
- format
- ODataFormat
The format for this output context.
- messageInfo
- ODataMessageInfo
The context information for the message.
- messageWriterSettings
- ODataMessageWriterSettings
Configuration settings of the OData writer.