Ejemplo n.º 1
0
 /// <remarks/>
 public void FileGetContentAsync(File file, bool isZipped)
 {
     this.FileGetContentAsync(file, isZipped, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void FileSaveAttributesAsync(File file)
 {
     this.FileSaveAttributesAsync(file, null);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginChunkedFileSaveFinalizeAndCheckCancel(File fileInfo, bool isZipped, bool isCanceled, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("ChunkedFileSaveFinalizeAndCheckCancel", new object[] {
                 fileInfo,
                 isZipped,
                 isCanceled}, callback, asyncState);
 }
Ejemplo n.º 4
0
 public File FileSave(File fileInfo, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] content, bool isZipped)
 {
     object[] results = this.Invoke("FileSave", new object[] {
                 fileInfo,
                 content,
                 isZipped});
     return ((File)(results[0]));
 }
Ejemplo n.º 5
0
 /// <remarks/>
 public void FileSaveAsync(File fileInfo, byte[] content, bool isZipped, object userState)
 {
     if ((this.FileSaveOperationCompleted == null)) {
         this.FileSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileSaveOperationCompleted);
     }
     this.InvokeAsync("FileSave", new object[] {
                 fileInfo,
                 content,
                 isZipped}, this.FileSaveOperationCompleted, userState);
 }
Ejemplo n.º 6
0
 /// <remarks/>
 public void FileGetIconAsync(File file)
 {
     this.FileGetIconAsync(file, null);
 }
Ejemplo n.º 7
0
 /// <remarks/>
 public void FileReadAsync(File file, long position, int count)
 {
     this.FileReadAsync(file, position, count, null);
 }
Ejemplo n.º 8
0
 public File ChunkedFileSaveAppend(File fileInfo, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] content, long offset, int bytesRead, bool isZipped)
 {
     object[] results = this.Invoke("ChunkedFileSaveAppend", new object[] {
                 fileInfo,
                 content,
                 offset,
                 bytesRead,
                 isZipped});
     return ((File)(results[0]));
 }
Ejemplo n.º 9
0
 /// <remarks/>
 public void ChunkedFileSaveAppendAsync(File fileInfo, byte[] content, long offset, int bytesRead, bool isZipped)
 {
     this.ChunkedFileSaveAppendAsync(fileInfo, content, offset, bytesRead, isZipped, null);
 }
Ejemplo n.º 10
0
 /// <remarks/>
 public System.IAsyncResult BeginFileSave(File fileInfo, byte[] content, bool isZipped, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FileSave", new object[] {
                 fileInfo,
                 content,
                 isZipped}, callback, asyncState);
 }
Ejemplo n.º 11
0
 /// <remarks/>
 public System.IAsyncResult BeginFileSaveAttributes(File file, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FileSaveAttributes", new object[] {
                 file}, callback, asyncState);
 }
Ejemplo n.º 12
0
 /// <remarks/>
 public System.IAsyncResult BeginFileRead(File file, long position, int count, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FileRead", new object[] {
                 file,
                 position,
                 count}, callback, asyncState);
 }
Ejemplo n.º 13
0
 /// <remarks/>
 public System.IAsyncResult BeginFileGetIcon(File file, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FileGetIcon", new object[] {
                 file}, callback, asyncState);
 }
Ejemplo n.º 14
0
 /// <remarks/>
 public System.IAsyncResult BeginFileGetContent(File file, bool isZipped, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FileGetContent", new object[] {
                 file,
                 isZipped}, callback, asyncState);
 }
Ejemplo n.º 15
0
 /// <remarks/>
 public void FileGetContentAsync(File file, bool isZipped, object userState)
 {
     if ((this.FileGetContentOperationCompleted == null)) {
         this.FileGetContentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileGetContentOperationCompleted);
     }
     this.InvokeAsync("FileGetContent", new object[] {
                 file,
                 isZipped}, this.FileGetContentOperationCompleted, userState);
 }
Ejemplo n.º 16
0
 /// <remarks/>
 public void ChunkedFileSaveAppendAsync(File fileInfo, byte[] content, long offset, int bytesRead, bool isZipped, object userState)
 {
     if ((this.ChunkedFileSaveAppendOperationCompleted == null)) {
         this.ChunkedFileSaveAppendOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChunkedFileSaveAppendOperationCompleted);
     }
     this.InvokeAsync("ChunkedFileSaveAppend", new object[] {
                 fileInfo,
                 content,
                 offset,
                 bytesRead,
                 isZipped}, this.ChunkedFileSaveAppendOperationCompleted, userState);
 }
Ejemplo n.º 17
0
 public byte[] FileGetIcon(File file)
 {
     object[] results = this.Invoke("FileGetIcon", new object[] {
                 file});
     return ((byte[])(results[0]));
 }
Ejemplo n.º 18
0
 public File ChunkedFileSaveFinalizeAndCheckCancel(File fileInfo, bool isZipped, bool isCanceled)
 {
     object[] results = this.Invoke("ChunkedFileSaveFinalizeAndCheckCancel", new object[] {
                 fileInfo,
                 isZipped,
                 isCanceled});
     return ((File)(results[0]));
 }
Ejemplo n.º 19
0
 public byte[] FileRead(File file, long position, int count)
 {
     object[] results = this.Invoke("FileRead", new object[] {
                 file,
                 position,
                 count});
     return ((byte[])(results[0]));
 }
Ejemplo n.º 20
0
 /// <remarks/>
 public void ChunkedFileSaveFinalizeAndCheckCancelAsync(File fileInfo, bool isZipped, bool isCanceled)
 {
     this.ChunkedFileSaveFinalizeAndCheckCancelAsync(fileInfo, isZipped, isCanceled, null);
 }
Ejemplo n.º 21
0
 /// <remarks/>
 public void FileReadAsync(File file, long position, int count, object userState)
 {
     if ((this.FileReadOperationCompleted == null)) {
         this.FileReadOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileReadOperationCompleted);
     }
     this.InvokeAsync("FileRead", new object[] {
                 file,
                 position,
                 count}, this.FileReadOperationCompleted, userState);
 }
Ejemplo n.º 22
0
 /// <remarks/>
 public void ChunkedFileSaveFinalizeAsync(File fileInfo, bool isZipped)
 {
     this.ChunkedFileSaveFinalizeAsync(fileInfo, isZipped, null);
 }
Ejemplo n.º 23
0
 /// <remarks/>
 public void FileSaveAsync(File fileInfo, byte[] content, bool isZipped)
 {
     this.FileSaveAsync(fileInfo, content, isZipped, null);
 }
Ejemplo n.º 24
0
 /// <remarks/>
 public void ChunkedFileSaveFinalizeAsync(File fileInfo, bool isZipped, object userState)
 {
     if ((this.ChunkedFileSaveFinalizeOperationCompleted == null)) {
         this.ChunkedFileSaveFinalizeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChunkedFileSaveFinalizeOperationCompleted);
     }
     this.InvokeAsync("ChunkedFileSaveFinalize", new object[] {
                 fileInfo,
                 isZipped}, this.ChunkedFileSaveFinalizeOperationCompleted, userState);
 }
Ejemplo n.º 25
0
 public File FileSaveAttributes(File file)
 {
     object[] results = this.Invoke("FileSaveAttributes", new object[] {
                 file});
     return ((File)(results[0]));
 }
Ejemplo n.º 26
0
 public byte[] FileGetContent(File file, bool isZipped)
 {
     object[] results = this.Invoke("FileGetContent", new object[] {
                 file,
                 isZipped});
     return ((byte[])(results[0]));
 }
Ejemplo n.º 27
0
 /// <remarks/>
 public void FileSaveAttributesAsync(File file, object userState)
 {
     if ((this.FileSaveAttributesOperationCompleted == null)) {
         this.FileSaveAttributesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFileSaveAttributesOperationCompleted);
     }
     this.InvokeAsync("FileSaveAttributes", new object[] {
                 file}, this.FileSaveAttributesOperationCompleted, userState);
 }
Ejemplo n.º 28
0
 /// <remarks/>
 public System.IAsyncResult BeginChunkedFileSaveAppend(File fileInfo, byte[] content, long offset, int bytesRead, bool isZipped, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("ChunkedFileSaveAppend", new object[] {
                 fileInfo,
                 content,
                 offset,
                 bytesRead,
                 isZipped}, callback, asyncState);
 }