NET FTP Library
EnableLogging(MemoryStream) Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class > EnableLogging Method : EnableLogging(MemoryStream) Method
Log all FTP operations to a memory stream.
Syntax
'Declaration
 
Public Overloads Function EnableLogging( _
   ByRef memStream As System.IO.MemoryStream _
) As System.Boolean
'Usage
 
Dim instance As FTP
Dim memStream As System.IO.MemoryStream
Dim value As System.Boolean
 
value = instance.EnableLogging(memStream)
public System.bool EnableLogging( 
   ref System.IO.MemoryStream memStream
)
public function EnableLogging( 
   var  memStream: System.IO.MemoryStream
): System.Boolean; 
public function EnableLogging( 
   memStream : System.IO.MemoryStream
) : System.boolean;
public: System.bool EnableLogging( 
   ref System.IO.MemoryStream* memStream
) 
public:
System.bool EnableLogging( 
   System.IO.MemoryStream^% memStream
) 

Parameters

memStream
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members
Overload List