ComponentSpace Proxy Class Library Reference

ReplyCode Enumeration

The SOCKS 5 reply codes.

[Visual Basic]
Public Enum ReplyCode
[C#]
public enum ReplyCode

Members

Member Name Description
Succeeded Succeeded
ServerFailure General SOCKS server failure
ConnectionNotAllowed Connection not allowed by ruleset
NetworkUnreachable Network unreacable
HostUnreachable Host unreachable
ConnectionRefused Connection refused
TTLExpired TTL expired
CommandNotSupported Command not supported
AddressTypeNotSupported Address type not supported

Requirements

Namespace: ComponentSpace.Proxy.Socks5

Assembly: ComponentSpace.Proxy (in ComponentSpace.Proxy.dll)

See Also

ComponentSpace.Proxy.Socks5 Namespace