DAVConnection Constructor (String, Boolean, String, String) |
Constructs a new DAVConnection object
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVConnection(
string _Host,
bool _IsSSL,
string _UserName,
string _Password
)
Public Sub New (
_Host As String,
_IsSSL As Boolean,
_UserName As String,
_Password As String
)
public:
DAVConnection(
String^ _Host,
bool _IsSSL,
String^ _UserName,
String^ _Password
)
new :
_Host : string *
_IsSSL : bool *
_UserName : string *
_Password : string -> DAVConnection
Parameters
- _Host
- Type: SystemString
Host Name or IP Address - _IsSSL
- Type: SystemBoolean
Specifies whether the host connection is secure - _UserName
- Type: SystemString
Login name of user - _Password
- Type: SystemString
User's password
Remarks
See Also