'Declaration Public Overloads Sub DownloadStreamAsync( _ ByVal localStream As System.IO.Stream, _ ByVal ftpFileName As System.String, _ ByVal customObject As System.Object _ )
'Usage Dim instance As FTP Dim localStream As System.IO.Stream Dim ftpFileName As System.String Dim customObject As System.Object instance.DownloadStreamAsync(localStream, ftpFileName, customObject)
public void DownloadStreamAsync( System.IO.Stream localStream, System.string ftpFileName, System.object customObject )
public procedure DownloadStreamAsync( localStream: System.IO.Stream; ftpFileName: System.String; customObject: System.TObject );
public function DownloadStreamAsync( localStream : System.IO.Stream, ftpFileName : System.String, customObject : System.Object );
public: void DownloadStreamAsync( System.IO.Stream* localStream, System.string* ftpFileName, System.Object* customObject )
public: void DownloadStreamAsync( System.IO.Stream^ localStream, System.String^ ftpFileName, System.Object^ customObject )
Parameters
- localStream
- The local file stream to write to
- ftpFileName
- The path of the FTP file
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events