[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
WebDAV class
Namespace: NFX.IO.FileSystem.SVNAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public WebDAV(
string rootURL,
int timeoutMs = 0,
string uName = null,
string uPwd = null,
WebDAV..::..Version version = null
)
public WebDAV(
string rootURL,
int timeoutMs = 0,
string uName = null,
string uPwd = null,
WebDAV..::..Version version = null
)
Public Sub New (
rootURL As String,
Optional timeoutMs As Integer = 0,
Optional uName As String = Nothing,
Optional uPwd As String = Nothing,
Optional version As WebDAV..::..Version = Nothing
)
Public Sub New (
rootURL As String,
Optional timeoutMs As Integer = 0,
Optional uName As String = Nothing,
Optional uPwd As String = Nothing,
Optional version As WebDAV..::..Version = Nothing
)
public:
WebDAV(
String^ rootURL,
int timeoutMs = 0,
String^ uName = nullptr,
String^ uPwd = nullptr,
WebDAV..::..Version^ version = nullptr
)
public:
WebDAV(
String^ rootURL,
int timeoutMs = 0,
String^ uName = nullptr,
String^ uPwd = nullptr,
WebDAV..::..Version^ version = nullptr
)
new :
rootURL : string *
?timeoutMs : int *
?uName : string *
?uPwd : string *
?version : WebDAV..::..Version
(* Defaults:
let _timeoutMs = defaultArg timeoutMs 0
let _uName = defaultArg uName null
let _uPwd = defaultArg uPwd null
let _version = defaultArg version null
*)
-> WebDAV
new :
rootURL : string *
?timeoutMs : int *
?uName : string *
?uPwd : string *
?version : WebDAV..::..Version
(* Defaults:
let _timeoutMs = defaultArg timeoutMs 0
let _uName = defaultArg uName null
let _uPwd = defaultArg uPwd null
let _version = defaultArg version null
*)
-> WebDAV