Gets/Sets the Stream used in reporting statements.
By default the Console.out stream is used.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public StreamWriter DebugStream { get; set; } |
Visual Basic |
---|
Public Property DebugStream As StreamWriter Get Set |
Visual C++ |
---|
public: property StreamWriter^ DebugStream { StreamWriter^ get (); void set (StreamWriter^ value); } |