ODataOutputContext 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 output contexts, defines the interface to be implemented by the specific formats.
public abstract class ODataOutputContext : IDisposable
type ODataOutputContext = class
interface IDisposable
Public MustInherit Class ODataOutputContext
Implements IDisposable
- Inheritance
-
ODataOutputContext
- Implements
Constructors
ODataOutputContext(ODataFormat, ODataMessageInfo, ODataMessageWriterSettings) |
Constructor. |
Properties
MessageWriterSettings |
The message writer settings to be used for writing. |
Model |
The model to use or null if no metadata is available. |
PayloadUriConverter |
The optional URL converter to perform custom URL conversion for URLs written to the payload. |
Synchronous |
true if the output should be written synchronously; false if it should be written asynchronously. |
WritingResponse |
Set to true if a response is being written. |