Click or drag to resize

SocksProxyConnectToSocks5Proxy Method


Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public static Socket ConnectToSocks5Proxy(
	string proxyAdress,
	ushort proxyPort,
	string destAddress,
	ushort destPort,
	string userName,
	string password
)

Parameters

proxyAdress  String
 
proxyPort  UInt16
 
destAddress  String
 
destPort  UInt16
 
userName  String
 
password  String
 

Return Value

Socket
See Also