Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginGetFile(String, Stream, AsyncCallback, Object)
Begins asynchronous GetFile operation. Downloads the remote file to the data stream.
Public methodSupported by the .NET Compact FrameworkBeginGetFile(String, String, AsyncCallback, Object)
Begins asynchronous GetFile operation. Downloads the remote file to the local file.
Public methodSupported by the .NET Compact FrameworkBeginGetFile(String, Stream, Int64, AsyncCallback, Object)
Begins asynchronous GetFile operation. Downloads the remote file to the data stream.
Public methodSupported by the .NET Compact FrameworkBeginGetFile(String, String, Int64, Int64, AsyncCallback, Object)
Begins asynchronous GetFile operation. Downloads the remote file to the local file.

See Also