Click or drag to resize

HttpUtilityFlushResponseAndCompleteRequest 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.WebHttpContext
The current HTTP context.
See Also