NET FTP Library
ClearLog(MemoryStream) Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class > ClearLog Method : ClearLog(MemoryStream) Method
Clear the memory stream
Syntax
'Declaration
 
Public Overloads Function ClearLog( _
   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.ClearLog(memStream)
public System.bool ClearLog( 
   ref System.IO.MemoryStream memStream
)
public function ClearLog( 
   var  memStream: System.IO.MemoryStream
): System.Boolean; 
public function ClearLog( 
   memStream : System.IO.MemoryStream
) : System.boolean;
public: System.bool ClearLog( 
   ref System.IO.MemoryStream* memStream
) 
public:
System.bool ClearLog( 
   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