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