Click or drag to resize

HttpUtility.FlushResponseAndCompleteRequest Method

Flush the response (if the client is still connected) and complete the request.

Namespace:  NetQuarry.Net
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void FlushResponseAndCompleteRequest(
	HttpContext http
)

Parameters

http
Type: System.Web.HttpContext
The current HTTP context.
See Also