Converts a SOCKS5 error number to a human readable string.
[Visual Basic]Public Shared Function Socks5ToString( _
ByVal socks5Error As Integer _
) As String
[C#]
public static string Socks5ToString(
int socks5Error
);
Parameters
- socks5Error
- The error number returned by a SOCKS5 server.
Return Value
A string representation of the specified SOCKS5 error number.
See Also
ProxyException Class | ProxyException Members | Org.Mentalis.Network.ProxySocket Namespace