FtpClient.OpenRead Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method OpenRead(String)
Opens the specified file for reading
Public method Static member OpenRead(Uri)
Opens a stream to the file specified by the URI
Public method OpenRead(String, Int64)
Opens the specified file for reading
Public method OpenRead(String, FtpDataType)
Opens the specified file for reading
Public method Static member OpenRead(Uri, Boolean)
Opens a stream to the file specified by the URI
Public method OpenRead(String, FtpDataType, Int64)
Opens the specified file for reading
Public method Static member OpenRead(Uri, Boolean, FtpDataType)
Opens a stream to the file specified by the URI
Public method Static member OpenRead(Uri, Boolean, FtpDataType, Int64)
Opens a stream to the file specified by the URI

See Also