Share via


ODataAsynchronousWriter Class

Definition

Class for writing OData async messages; also verifies the proper count of write calls on the writer.

public sealed class ODataAsynchronousWriter
type ODataAsynchronousWriter = class
Public NotInheritable Class ODataAsynchronousWriter
Inheritance
ODataAsynchronousWriter

Methods

CreateResponseMessage()

Creates a message for writing an async response.

CreateResponseMessageAsync()

Asynchronously creates a message for writing an async response.

Flush()

Flushes the write buffer to the underlying stream.

FlushAsync()

Asynchronously flushes the write buffer to the underlying stream.

Applies to