dotConnect for PostgreSQL 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.

ProxyOptions Constructor(String,Int32,String,String)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also