DAVClient Constructor (String, Int32, Boolean, String, String) |
Constructs a new DAVClient/DAVConnection
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVClient(
string _Host,
int _Port,
bool _IsSSL,
string _UserName,
string _Password
)
Public Sub New (
_Host As String,
_Port As Integer,
_IsSSL As Boolean,
_UserName As String,
_Password As String
)
public:
DAVClient(
String^ _Host,
int _Port,
bool _IsSSL,
String^ _UserName,
String^ _Password
)
new :
_Host : string *
_Port : int *
_IsSSL : bool *
_UserName : string *
_Password : string -> DAVClient
Parameters
- _Host
- Type: SystemString
Host Name or IP Address - _Port
- Type: SystemInt32
Port number of service on the host - _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