Beispiel #1
0
 public Task <bool> PatchSourceAsync(string directoryName, string fileName, Stream source, long offset, long length)
 {
     return(_fileClient.PatchAsync(directoryName, fileName, source, offset, length));
 }