HttpWorkerRequest.SupportsAsyncRead 属性
定义
获取一个值,该值指示是否支持异步读取操作。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
属性值
如果支持异步读取操作,则为 true;否则为 false。true if asynchronous read operations are supported; otherwise, false.