Click or drag to resize
HTTPSendGetStream Method
Determines if we have a file stream set, and returns either the HttpWebRequest stream or the file.

Namespace: Kettic.AspNet.Controls.Editor.DialogControls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Stream GetStream()

Return Value

Type: Stream
Either the HttpWebRequest stream or the local output file.
See Also