Provides data for the Downloading event.
Inheritance: System.EventArgs
コード例 #1
0
 public void ScpDownloadEventArgsConstructorTest()
 {
     string filename = string.Empty; // TODO: Initialize to an appropriate value
     long size = 0; // TODO: Initialize to an appropriate value
     long downloaded = 0; // TODO: Initialize to an appropriate value
     ScpDownloadEventArgs target = new ScpDownloadEventArgs(filename, size, downloaded);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }