IFtpClient.BeginSetHashAlgorithm Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Added for the MoQ unit testing framework

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

Syntax

C#
IAsyncResult BeginSetHashAlgorithm(
	FtpHashAlgorithm type,
	AsyncCallback callback,
	Object state
)
Visual Basic
Function BeginSetHashAlgorithm ( 
	type As FtpHashAlgorithm,
	callback As AsyncCallback,
	state As Object
) As IAsyncResult
Visual C++
IAsyncResult^ BeginSetHashAlgorithm(
	FtpHashAlgorithm type, 
	AsyncCallback^ callback, 
	Object^ state
)

Parameters

type
Type: System.Net.FtpClient..::..FtpHashAlgorithm

[Missing <param name="type"/> documentation for "M:System.Net.FtpClient.IFtpClient.BeginSetHashAlgorithm(System.Net.FtpClient.FtpHashAlgorithm,System.AsyncCallback,System.Object)"]

callback
Type: System..::..AsyncCallback

[Missing <param name="callback"/> documentation for "M:System.Net.FtpClient.IFtpClient.BeginSetHashAlgorithm(System.Net.FtpClient.FtpHashAlgorithm,System.AsyncCallback,System.Object)"]

state
Type: System..::..Object

[Missing <param name="state"/> documentation for "M:System.Net.FtpClient.IFtpClient.BeginSetHashAlgorithm(System.Net.FtpClient.FtpHashAlgorithm,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:System.Net.FtpClient.IFtpClient.BeginSetHashAlgorithm(System.Net.FtpClient.FtpHashAlgorithm,System.AsyncCallback,System.Object)"]

See Also