Overload List
Name | Description | |
---|---|---|
BeginAppendFile(Stream, String, AsyncCallback, Object) |
Begins asynchronous AppendFile operation.
Appends the content of the data stream to the file on the server.
| |
BeginAppendFile(String, String, AsyncCallback, Object) |
Begins asynchronous AppendFile operation.
Appends the content of the local file to the file on the server.
| |
BeginAppendFile(Stream, String, Int64, AsyncCallback, Object) |
Begins asynchronous AppendFile operation.
Appends the content of the data stream to the file on the server.
| |
BeginAppendFile(String, String, Int64, Int64, AsyncCallback, Object) |
Begins asynchronous AppendFile operation.
Appends the content of the local file to the file on the server.
|