Share via


HttpResponse.SupportsAsyncFlush 屬性

定義

取得值,指出連接是否支援非同步清除作業。

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

屬性值

Boolean

如果連接支援非同步清除作業,則為 true,否則為 false

備註

這個屬性會傳回 屬性的值 HttpWorkerRequest.SupportsAsyncFlush

適用於