![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)
Asynchronusly retrieve a MD5 hash. The XMD5 command is non-standard
and not guaranteed to work.
Namespace: System.Net.FtpClient.Extensions
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public static IAsyncResult BeginGetXMD5( this FtpClient client, string path, AsyncCallback callback, Object state ) |
Visual Basic |
---|
<ExtensionAttribute> Public Shared Function BeginGetXMD5 ( client As FtpClient, path As String, callback As AsyncCallback, state As Object ) As IAsyncResult |
Visual C++ |
---|
public: [ExtensionAttribute] static IAsyncResult^ BeginGetXMD5( FtpClient^ client, String^ path, AsyncCallback^ callback, Object^ state ) |
Parameters
- client
- Type: System.Net.FtpClient..::..FtpClient
FtpClient Object
- path
- Type: System..::..String
Full or relative path to remote file
- callback
- Type: System..::..AsyncCallback
AsyncCallback
- state
- Type: System..::..Object
State Object
Return Value
Type: IAsyncResultIAsyncResult