HttpUtility Class |
Namespace: NetQuarry.Net
The HttpUtility type exposes the following members.
Name | Description | |
---|---|---|
FlushResponseAndCompleteRequest |
Flush the response (if the client is still connected) and complete the request.
| |
WriteBuffer |
Writes a complete buffer of file data to the Response stream. The buffer should contain the entire file content.
| |
WriteExceptionToResponse |
Write the error message from the exception to the error page.
| |
WriteFileFromDatabase(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.
| |
WriteFileFromDatabase(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).
|