Click or drag to resize

HttpUtility Class

Static helper class for Http based utility code.
Inheritance Hierarchy
SystemObject
  NetQuarry.NetHttpUtility

Namespace:  NetQuarry.Net
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class HttpUtility

The HttpUtility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFlushResponseAndCompleteRequest
Flush the response (if the client is still connected) and complete the request.
Public methodStatic memberWriteBuffer
Writes a complete buffer of file data to the Response stream. The buffer should contain the entire file content.
Public methodStatic memberWriteExceptionToResponse
Write the error message from the exception to the error page.
Public methodStatic memberWriteFileFromDatabase(IAppContext, IDatabase, String, String, String, String, String, Boolean)
Writes a file from a database resource to the Response stream. Note that unless NoFlushAndComplete or NoFlushAndCompleteIfEmpty is set this call will flush and complete the request.
Public methodStatic memberWriteFileFromDatabase(IAppContext, IDatabase, String, String, String, String, String, WriteFileOptions, Int32)
Writes a file from a database resource to the Response stream. Note that unless NoFlushAndComplete or NoFlushAndCompleteIfEmpty is set, this call will flush and complete the request if a record is found (even if the file data empty).
Top
See Also