FtpClient.BeginGetHashAlgorithm Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Asynchronously get the hash algorithm being used by the HASH command.

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

Syntax

C#
public IAsyncResult BeginGetHashAlgorithm(
	AsyncCallback callback,
	Object state
)
Visual Basic
Public Function BeginGetHashAlgorithm ( 
	callback As AsyncCallback,
	state As Object
) As IAsyncResult
Visual C++
public:
virtual IAsyncResult^ BeginGetHashAlgorithm(
	AsyncCallback^ callback, 
	Object^ state
) sealed

Parameters

callback
Type: System..::..AsyncCallback
Async callback
state
Type: System..::..Object
State object

Return Value

Type: IAsyncResult
IAsyncResult

Implements

IFtpClient..::..BeginGetHashAlgorithm(AsyncCallback, Object)

See Also