FtpClient.EndGetHash Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Ends an asynchronous call to BeginGetHash

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public void EndGetHash(
	IAsyncResult ar
)
Visual Basic
Public Sub EndGetHash ( 
	ar As IAsyncResult
)
Visual C++
public:
virtual void EndGetHash(
	IAsyncResult^ ar
) sealed

Parameters

ar
Type: System..::..IAsyncResult
IAsyncResult returned from BeginGetHash

Implements

IFtpClient..::..EndGetHash(IAsyncResult)

See Also