dotConnect for SugarCRM Documentation
Devart.Common Namespace / ProxyOptions Class / ProxyOptions Constructor / ProxyOptions Constructor(String,Int32,String,String)
The host name or IP address of proxy server.
The port number of the proxy server.
The proxy server account name.
The password for the proxy server account.

In This Topic
ProxyOptions Constructor(String,Int32,String,String)
In This Topic
Initializes a new instance of the ProxyOptions class.
Syntax
'Declaration
 
Public Function New( _
   ByVal host As String, _
   ByVal port As Integer, _
   ByVal user As String, _
   ByVal password As String _
)
 

Parameters

host
The host name or IP address of proxy server.
port
The port number of the proxy server.
user
The proxy server account name.
password
The password for the proxy server account.
See Also