ProxySettings(String, Int32) 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
)
Public Sub New (
proxyAddress As String,
proxyPort As Integer
)
public:
ProxySettings(
String^ proxyAddress,
int proxyPort
)
new :
proxyAddress : string *
proxyPort : int -> ProxySettings
Parameters
- proxyAddress String
- Address to be used to connect to the proxy.
- proxyPort Int32
- Port on the proxy to connect to.