DAVConnectionSetConnection Method |
Sets the connection details
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetConnection(
string _Host,
int _Port,
bool _IsSSL,
string _UserName,
string _Password
)
Public Sub SetConnection (
_Host As String,
_Port As Integer,
_IsSSL As Boolean,
_UserName As String,
_Password As String
)
public:
void SetConnection(
String^ _Host,
int _Port,
bool _IsSSL,
String^ _UserName,
String^ _Password
)
member SetConnection :
_Host : string *
_Port : int *
_IsSSL : bool *
_UserName : string *
_Password : string -> unit
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