NET FTP Library
VerifyLocalStreamForDownload Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : VerifyLocalStreamForDownload Method
Verify that the local stream can be downloaded
Syntax
'Declaration
 
Protected Sub VerifyLocalStreamForDownload( _
   ByVal localStream As System.IO.Stream, _
   ByVal restart As System.Long _
) 
'Usage
 
Dim instance As FTP
Dim localStream As System.IO.Stream
Dim restart As System.Long
 
instance.VerifyLocalStreamForDownload(localStream, restart)
protected void VerifyLocalStreamForDownload( 
   System.IO.Stream localStream,
   System.long restart
)
protected procedure VerifyLocalStreamForDownload( 
    localStream: System.IO.Stream;
    restart: System.Int64
); 
protected function VerifyLocalStreamForDownload( 
   localStream : System.IO.Stream,
   restart : System.long
);
protected: void VerifyLocalStreamForDownload( 
   System.IO.Stream* localStream,
   System.long restart
) 
protected:
void VerifyLocalStreamForDownload( 
   System.IO.Stream^ localStream,
   System.int64 restart
) 

Parameters

localStream
restart
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