ProxySettings(String, Int32, String, String) Constructor
Constructs a ProxySettings setting the proxy-address and the proxy-port.
Namespace: EnterpriseDT.Net.ProxyAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public ProxySettings(
string proxyAddress,
int proxyPort,
string userName,
string password
)
Public Sub New (
proxyAddress As String,
proxyPort As Integer,
userName As String,
password As String
)
public:
ProxySettings(
String^ proxyAddress,
int proxyPort,
String^ userName,
String^ password
)
new :
proxyAddress : string *
proxyPort : int *
userName : string *
password : string -> ProxySettings
Parameters
- proxyAddress String
- Address to be used to connect to the proxy.
- proxyPort Int32
- Port on the proxy to connect to.
- userName String
-
- password String
-