Reads in the file a chunck at a time then
sends it to the output stream.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void WriteFile(
Stream Output,
string Filename
)
Public Sub WriteFile (
Output As Stream,
Filename As String
)
public:
void WriteFile(
Stream^ Output,
String^ Filename
)
member WriteFile :
Output : Stream *
Filename : string -> unit
Parameters
- Output
- Type: System.IOStream
The stream to write to. - Filename
- Type: SystemString
The local path of the file to send.
See Also