|
enum | AuthMethod : byte { NoAuthenticationRequired = 0x00
, GSSAPI = 0x01
, UsernamePassword = 0x02
, NoAcceptableMethods = 0xFF
} |
|
enum | Command : byte { Connect = 0x01
, Bind = 0x02
, UdpAssociate = 0x03
} |
|
enum | AddressType : byte { IPv4 = 0x01
, DomainName = 0x03
, IPv6 = 0x04
} |
|
enum | Reply : byte {
OK = 0x00
, Failure = 0x01
, NotAllowed = 0x02
, NetworkUnreachable = 0x03
,
HostUnreachable = 0x04
, ConnectionRefused = 0x05
, TtlExpired = 0x06
, CommandNotSupported = 0x07
,
AddressTypeNotSupported = 0x08
} |
|
◆ AddressType
Enumerator |
---|
IPv4 | |
DomainName | |
IPv6 | |
◆ AuthMethod
Enumerator |
---|
NoAuthenticationRequired | |
GSSAPI | |
UsernamePassword | |
NoAcceptableMethods | |
◆ Command
Enumerator |
---|
Connect | |
Bind | |
UdpAssociate | |
◆ Reply
Enumerator |
---|
OK | |
Failure | |
NotAllowed | |
NetworkUnreachable | |
HostUnreachable | |
ConnectionRefused | |
TtlExpired | |
CommandNotSupported | |
AddressTypeNotSupported | |
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/ReverseProxy/ReverseProxy.cs