System.Net.FtpClient |
FtpClient..::..EndSetHashAlgorithm Method |
FtpClient Class See Also Send Feedback |
Ends an asynchronous call to BeginSetHashAlgorithm
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public void EndSetHashAlgorithm( IAsyncResult ar ) |
Visual Basic |
---|
Public Sub EndSetHashAlgorithm ( ar As IAsyncResult ) |
Visual C++ |
---|
public: virtual void EndSetHashAlgorithm( IAsyncResult^ ar ) sealed |
Parameters
- ar
- Type: System..::..IAsyncResult
IAsyncResult returned from BeginSetHashAlgorithm