Click or drag to resize

HttpUtility Methods

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