public void DownloadFile(
ref WebClient refClient,
string filepath,
string localfilepath,
bool asynchronous = false
)
Public Sub DownloadFile (
ByRef refClient As WebClient,
filepath As String,
localfilepath As String,
Optional asynchronous As Boolean = false
)
Dim instance As Client
Dim refClient As WebClient
Dim filepath As String
Dim localfilepath As String
Dim asynchronous As Boolean
instance.DownloadFile(refClient, filepath,
localfilepath, asynchronous)
public:
void DownloadFile(
WebClient^% refClient,
String^ filepath,
String^ localfilepath,
bool asynchronous = false
)
member DownloadFile :
refClient : WebClient byref *
filepath : string *
localfilepath : string *
?asynchronous : bool
(* Defaults:
let _asynchronous = defaultArg asynchronous false
*)
-> unit
No code example is currently available or this language may not be supported.
[Missing <param name="asynchronous"/> documentation for "M:DevCase.ThirdParty.FluentFTP.Client.DownloadFile(System.Net.WebClient@,System.String,System.String,System.Boolean)"]