Ends an asynchronous call to BeginGetXSHA512()
Namespace: System.Net.FtpClient.Extensions
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public static string EndGetXSHA512( IAsyncResult ar ) |
Visual Basic |
---|
Public Shared Function EndGetXSHA512 ( ar As IAsyncResult ) As String |
Visual C++ |
---|
public: static String^ EndGetXSHA512( IAsyncResult^ ar ) |
Parameters
- ar
- Type: System..::..IAsyncResult
IAsyncResult returned from BeginGetXSHA512()
Return Value
Type: StringThe SHA-512 hash of the specified file.