Click or drag to resize
DAVClient Constructor (String, Int32, Boolean, String, String)
Constructs a new DAVClient/DAVConnection

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

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