SocksProxyConnectToSocks5Proxy Method
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntaxpublic static Socket ConnectToSocks5Proxy(
string proxyAdress,
ushort proxyPort,
string destAddress,
ushort destPort,
string userName,
string password
)
Public Shared Function ConnectToSocks5Proxy (
proxyAdress As String,
proxyPort As UShort,
destAddress As String,
destPort As UShort,
userName As String,
password As String
) As Socket
public:
static Socket^ ConnectToSocks5Proxy(
String^ proxyAdress,
unsigned short proxyPort,
String^ destAddress,
unsigned short destPort,
String^ userName,
String^ password
)
static member ConnectToSocks5Proxy :
proxyAdress : string *
proxyPort : uint16 *
destAddress : string *
destPort : uint16 *
userName : string *
password : string -> Socket
Parameters
- proxyAdress String
-
- proxyPort UInt16
-
- destAddress String
-
- destPort UInt16
-
- userName String
-
- password String
-
Return Value
Socket
See Also