| 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
Syntaxpublic static void FlushResponseAndCompleteRequest(
	HttpContext http
)
Public Shared Sub FlushResponseAndCompleteRequest ( 
	http As HttpContext
)
Parameters
- http
- Type: System.WebHttpContext
 The current HTTP context.
 See Also
See Also