Click or drag to resize

ProxyExceptionSocks5ToString Method

Converts a SOCKS5 error number to a human readable string.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public static string Socks5ToString(
	int socks5Error
)

Parameters

socks5Error  Int32
The error number returned by a SOCKS5 server.

Return Value

String
A string representation of the specified SOCKS5 error number.
See Also