NET FTP Library
VerifyLocalStreamForUpload Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : VerifyLocalStreamForUpload Method
Ensure the local stream can be uploaded
Syntax
'Declaration
 
Protected Sub VerifyLocalStreamForUpload( _
   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.VerifyLocalStreamForUpload(localStream, restart)
protected void VerifyLocalStreamForUpload( 
   System.IO.Stream localStream,
   System.long restart
)
protected procedure VerifyLocalStreamForUpload( 
    localStream: System.IO.Stream;
    restart: System.Int64
); 
protected function VerifyLocalStreamForUpload( 
   localStream : System.IO.Stream,
   restart : System.long
);
protected: void VerifyLocalStreamForUpload( 
   System.IO.Stream* localStream,
   System.long restart
) 
protected:
void VerifyLocalStreamForUpload( 
   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