public void UploadFile(
ref WebClient refClient,
string localfilepath,
string filepath = null,
bool asynchronous = false
)
Public Sub UploadFile (
ByRef refClient As WebClient,
localfilepath As String,
Optional filepath As String = Nothing,
Optional asynchronous As Boolean = false
)
Dim instance As Client
Dim refClient As WebClient
Dim localfilepath As String
Dim filepath As String
Dim asynchronous As Boolean
instance.UploadFile(refClient, localfilepath,
filepath, asynchronous)
public:
void UploadFile(
WebClient^% refClient,
String^ localfilepath,
String^ filepath = nullptr,
bool asynchronous = false
)
member UploadFile :
refClient : WebClient byref *
localfilepath : string *
?filepath : string *
?asynchronous : bool
(* Defaults:
let _filepath = defaultArg filepath null
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.UploadFile(System.Net.WebClient@,System.String,System.String,System.Boolean)"]