![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Ends an asynchronous call to BeginGetXSHA256()
Namespace: System.Net.FtpClient.Extensions
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public static string EndGetXSHA256( IAsyncResult ar ) |
Visual Basic |
---|
Public Shared Function EndGetXSHA256 ( ar As IAsyncResult ) As String |
Visual C++ |
---|
public: static String^ EndGetXSHA256( IAsyncResult^ ar ) |
Parameters
- ar
- Type: System..::..IAsyncResult
IAsyncResult returned from BeginGetXSHA256()
Return Value
Type: StringThe SHA-256 hash of the specified file.