SetProxyCredentials Method
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