HttpWorkerRequest.SupportsAsyncFlush Property

Definition

Gets a value that indicates whether asynchronous flush operations are supported.

public:
 virtual property bool SupportsAsyncFlush { bool get(); };
public virtual bool SupportsAsyncFlush { get; }
member this.SupportsAsyncFlush : bool
Public Overridable ReadOnly Property SupportsAsyncFlush As Boolean

Property Value

true if asynchronous flush operations are supported; otherwise, false.

Applies to