Exemple #1
0
 public DownloadAction(RemoteClient client, DataStore store, int bufferSize)
     : this(client, store)
 {
     BufferSize = bufferSize;
 }