XCRC.EndGetXCRC Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Ends an asynchronous call to BeginGetXCRC()

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

Syntax

C#
public static string EndGetXCRC(
	IAsyncResult ar
)
Visual Basic
Public Shared Function EndGetXCRC ( 
	ar As IAsyncResult
) As String
Visual C++
public:
static String^ EndGetXCRC(
	IAsyncResult^ ar
)

Parameters

ar
Type: System..::..IAsyncResult
IAsyncResult returned from BeginGetXCRC()

Return Value

Type: String
The CRC hash of the specified file.

See Also