IFtpClient.EndOpenRead 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#
Stream EndOpenRead(
	IAsyncResult ar
)
Visual Basic
Function EndOpenRead ( 
	ar As IAsyncResult
) As Stream
Visual C++
Stream^ EndOpenRead(
	IAsyncResult^ ar
)

Parameters

ar
Type: System..::..IAsyncResult

[Missing <param name="ar"/> documentation for "M:System.Net.FtpClient.IFtpClient.EndOpenRead(System.IAsyncResult)"]

Return Value

Type: Stream

[Missing <returns> documentation for "M:System.Net.FtpClient.IFtpClient.EndOpenRead(System.IAsyncResult)"]

See Also