Determines if we have a file stream set, and
returns either the HttpWebRequest stream or
the file.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Stream GetStream()
Public Function GetStream As Stream
public:
Stream^ GetStream()
member GetStream : unit -> Stream
Return Value
Type:
StreamEither the HttpWebRequest stream or
the local output file.
See Also