WriteFileOptions Enumeration |
Namespace: NetQuarry.Net
Member name | Value | Description | |
---|---|---|---|
AttachInline | 1 | Attach the file inline. | |
NoFlushAndComplete | 2 | Do not call FlushResponseAndCompleteRequest(HttpContext) regardless of whether file data is empty or not. | |
NoFlushAndCompleteIfEmpty | 4 | Do not call FlushResponseAndCompleteRequest(HttpContext) if file data is empty. | |
FlushWhileReadingStream | 8 | Flush the Response's OutputStream contents as each buffer segment is read into the OutputStream. |