Begins an asynchronous operation to return a Stream for writing data to the remote file.
GetUploadStreamAsync(String, SeekOrigin, Int64, ExtendedAsyncCompletedEventHandler<Stream>, Object) | Begins an asynchronous operation to return a Stream for writing data to the remote file. |
GetUploadStreamAsync(String, SeekOrigin, Int64, Object) | Begins an asynchronous operation to return a Stream for writing data to the remote file. |
GetUploadStreamAsync(String, ExtendedAsyncCompletedEventHandler<Stream>, Object) | Begins an asynchronous operation to return a Stream for writing data to the remote file. |
GetUploadStreamAsync(String, Object) | Begins an asynchronous operation to return a Stream for writing data to the remote file. |
GetUploadStreamAsync(String, SeekOrigin, Int64) | Begins an asynchronous operation to return a Stream for writing data to the remote file. |
GetUploadStreamAsync(String) | Begins an asynchronous operation to return a Stream for writing data to the remote file. |
Top