Ejemplo n.º 1
0
 public System.Threading.Tasks.Task UploadFileAsync(ShareLibrary.ShareFile file, ShareLibrary.User user, string ip)
 {
     return(base.Channel.UploadFileAsync(file, user, ip));
 }
Ejemplo n.º 2
0
 public void UploadFile(ShareLibrary.ShareFile file, ShareLibrary.User user, string ip)
 {
     base.Channel.UploadFile(file, user, ip);
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task uploadSharesAsync(ShareLibrary.ShareFile file)
 {
     return(base.Channel.uploadSharesAsync(file));
 }
Ejemplo n.º 4
0
 public void uploadShares(ShareLibrary.ShareFile file)
 {
     base.Channel.uploadShares(file);
 }
Ejemplo n.º 5
0
 public System.Threading.Tasks.Task <byte[][]> getSharesAsync(ShareLibrary.ShareFile file, int UserID)
 {
     return(base.Channel.getSharesAsync(file, UserID));
 }
Ejemplo n.º 6
0
 public byte[][] getShares(ShareLibrary.ShareFile file, int UserID)
 {
     return(base.Channel.getShares(file, UserID));
 }