HttpWorkerRequest.SupportsAsyncRead Property

Definition

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

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

Property Value

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

Applies to