Converts a SOCKS5 error number to a human readable string.
Namespace: Jscape.Util.ProxyAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public static string Socks5ToString(
int socks5Error
) |
Visual Basic |
---|
Public Shared Function Socks5ToString ( _
socks5Error As Integer _
) As String |
Visual C++ |
---|
public:
static String^ Socks5ToString(
int socks5Error
) |
Parameters
- socks5Error
- Type: System..::..Int32
The error number returned by a SOCKS5 server.
Return Value
A string representation of the specified SOCKS5 error number.
See Also