Asynchronously get the hash algorithm being used by 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 BeginGetHashAlgorithm(
AsyncCallback callback,
Object state
) |
Visual Basic |
---|
Public Function BeginGetHashAlgorithm (
callback As AsyncCallback,
state As Object
) As IAsyncResult |
Visual C++ |
---|
public:
virtual IAsyncResult^ BeginGetHashAlgorithm(
AsyncCallback^ callback,
Object^ state
) sealed |
Return Value
Type:
IAsyncResultIAsyncResult
Implements
IFtpClient..::..BeginGetHashAlgorithm(AsyncCallback, Object)
See Also