Class SharpTransferManager
Inheritance
SharpTransferManager
Assembly: SharpFileTransferManager.dll
Syntax
public static class SharpTransferManager
Methods
|
Edit this page
View Source
CopyWithProgress(string, string, Action<SharpTransferProgress>, bool, bool)
Declaration
public static SharpTransferResult CopyWithProgress(string source, string destination, Action<SharpTransferProgress> progress, bool continueOnFailure, bool copyContentOfDirectory = false)
Parameters
Returns
|
Edit this page
View Source
CopyWithProgress(string, string, Action<SharpTransferProgress>, bool, CancellationToken, bool)
Declaration
public static SharpTransferResult CopyWithProgress(string source, string destination, Action<SharpTransferProgress> progress, bool continueOnFailure, CancellationToken cancellationToken, bool copyContentOfDirectory = false)
Parameters
Returns
|
Edit this page
View Source
CopyWithProgressAsync(string, string, Action<SharpTransferProgress>, bool, bool)
Declaration
public static Task<SharpTransferResult> CopyWithProgressAsync(string source, string destination, Action<SharpTransferProgress> progress, bool continueOnFailure, bool copyContentOfDirectory = false)
Parameters
Returns
|
Edit this page
View Source
CopyWithProgressAsync(string, string, Action<SharpTransferProgress>, bool, CancellationToken, bool)
Declaration
public static Task<SharpTransferResult> CopyWithProgressAsync(string source, string destination, Action<SharpTransferProgress> progress, bool continueOnFailure, CancellationToken cancellationToken, bool copyContentOfDirectory = false)
Parameters
Returns
|
Edit this page
View Source
MoveWithProgress(string, string, Action<SharpTransferProgress>, CancellationToken)
Declaration
public static SharpTransferResult MoveWithProgress(string source, string destination, Action<SharpTransferProgress> progress, CancellationToken cancellationToken)
Parameters
Returns
|
Edit this page
View Source
MoveWithProgressAsync(string, string, Action<SharpTransferProgress>, CancellationToken)
Declaration
public static Task<SharpTransferResult> MoveWithProgressAsync(string source, string destination, Action<SharpTransferProgress> progress, CancellationToken cancellationToken)
Parameters
Returns