Click or drag to resize
DAVConnection Constructor (String, Boolean, String, String)
Constructs a new DAVConnection object

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVConnection(
	string _Host,
	bool _IsSSL,
	string _UserName,
	string _Password
)

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