ALM Open Test Architecture API Type Library Version 12.55
SetProxyCredentials Method
The user name defined in the project data base.
The user's password.
Description
Sets credentials for authentication on proxy.
Syntax
Visual Basic
Public Sub SetProxyCredentials( _
   ByVal ProxyHost As String, _
   ByVal Port As Long, _
   ByVal UserName As String, _
   ByVal Password As String _
) 
Parameters
ProxyHost
Port
UserName
The user name defined in the project data base.
Password
The user's password.
See Also

TDConnection Object  | TDConnection Members