Asynchronously sets the hash algorithm type to be used with the HASH command.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public IAsyncResult BeginSetHashAlgorithm(
FtpHashAlgorithm type,
AsyncCallback callback,
Object state
) |
Visual Basic |
---|
Public Function BeginSetHashAlgorithm (
type As FtpHashAlgorithm,
callback As AsyncCallback,
state As Object
) As IAsyncResult |
Visual C++ |
---|
public:
virtual IAsyncResult^ BeginSetHashAlgorithm(
FtpHashAlgorithm type,
AsyncCallback^ callback,
Object^ state
) sealed |
Return Value
Type:
IAsyncResultIAsyncResult
Implements
IFtpClient..::..BeginSetHashAlgorithm(FtpHashAlgorithm, AsyncCallback, Object)
See Also