'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