HttpResponse::SupportsAsyncFlush Property

.NET Framework (current version)
 

Gets a value that indicates whether the connection supports asynchronous flush operations.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property bool SupportsAsyncFlush {
	bool get();
}

Property Value

Type: System::Boolean

true if the connection supports asynchronous flush operations; otherwise, false.

This property returns the value of the HttpWorkerRequest::SupportsAsyncFlush property.

.NET Framework
Available since 4.5
Return to top
Show: