IFtpClient.OpenRead Method (String, Int64)

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 OpenRead(
	string path,
	long restart
)
Visual Basic
Function OpenRead ( 
	path As String,
	restart As Long
) As Stream
Visual C++
Stream^ OpenRead(
	String^ path, 
	long long restart
)

Parameters

path
Type: System..::..String

[Missing <param name="path"/> documentation for "M:System.Net.FtpClient.IFtpClient.OpenRead(System.String,System.Int64)"]

restart
Type: System..::..Int64

[Missing <param name="restart"/> documentation for "M:System.Net.FtpClient.IFtpClient.OpenRead(System.String,System.Int64)"]

Return Value

Type: Stream

[Missing <returns> documentation for "M:System.Net.FtpClient.IFtpClient.OpenRead(System.String,System.Int64)"]

See Also