Click or drag to resize

WriteFileOptions Enumeration

Namespace:  NetQuarry.Net
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum WriteFileOptions
Members
  Member nameValueDescription
AttachInline1 Attach the file inline.
NoFlushAndComplete2 Do not call FlushResponseAndCompleteRequest(HttpContext) regardless of whether file data is empty or not.
NoFlushAndCompleteIfEmpty4 Do not call FlushResponseAndCompleteRequest(HttpContext) if file data is empty.
FlushWhileReadingStream8 Flush the Response's OutputStream contents as each buffer segment is read into the OutputStream.
See Also