FtpClient.BeginOpenRead Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method BeginOpenRead(String, AsyncCallback, Object)
Opens the specified file for reading
Public method BeginOpenRead(String, Int64, AsyncCallback, Object)
Opens the specified file for reading
Public method BeginOpenRead(String, FtpDataType, AsyncCallback, Object)
Opens the specified file for reading
Public method BeginOpenRead(String, FtpDataType, Int64, AsyncCallback, Object)
Opens the specified file for reading

See Also