'Declaration Public Overloads Sub UploadStreamAsync( _ ByVal localStream As System.IO.Stream, _ ByVal ftpFileName As System.String, _ ByVal restart As System.Long, _ ByVal customObject As System.Object _ )
'Usage Dim instance As FTP Dim localStream As System.IO.Stream Dim ftpFileName As System.String Dim restart As System.Long Dim customObject As System.Object instance.UploadStreamAsync(localStream, ftpFileName, restart, customObject)
public void UploadStreamAsync( System.IO.Stream localStream, System.string ftpFileName, System.long restart, System.object customObject )
public procedure UploadStreamAsync( localStream: System.IO.Stream; ftpFileName: System.String; restart: System.Int64; customObject: System.TObject );
public function UploadStreamAsync( localStream : System.IO.Stream, ftpFileName : System.String, restart : System.long, customObject : System.Object );
public: void UploadStreamAsync( System.IO.Stream* localStream, System.string* ftpFileName, System.long restart, System.Object* customObject )
public: void UploadStreamAsync( System.IO.Stream^ localStream, System.String^ ftpFileName, System.int64 restart, System.Object^ customObject )
Parameters
- localStream
- The local file stream
- ftpFileName
- The FTP file name
- restart
- The byte offset to restart at
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events