ProxyExceptionSocks5ToString Method
|
Converts a SOCKS5 error number to a human readable string.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public static string Socks5ToString(
int socks5Error
)
Public Shared Function Socks5ToString (
socks5Error As Integer
) As String
public:
static String^ Socks5ToString(
int socks5Error
)
static member Socks5ToString :
socks5Error : int -> string
Parameters
- socks5Error Int32
- The error number returned by a SOCKS5 server.
Return Value
StringA string representation of the specified SOCKS5 error number.
See Also