Xeno-rat
Loading...
Searching...
No Matches
xeno_rat_server.Forms.Socks5Const.Reply Class Reference
Collaboration diagram for xeno_rat_server.Forms.Socks5Const.Reply:

Static Public Attributes

static byte OK = 0x00
 
static byte Failure = 0x01
 
static byte NotAllowed = 0x02
 
static byte NetworkUnreachable = 0x03
 
static byte HostUnreachable = 0x04
 
static byte ConnectionRefused = 0x05
 
static byte TtlExpired = 0x06
 
static byte CommandNotSupported = 0x07
 
static byte AddressTypeNotSupported = 0x08
 

Member Data Documentation

◆ AddressTypeNotSupported

byte xeno_rat_server.Forms.Socks5Const.Reply.AddressTypeNotSupported = 0x08
static

◆ CommandNotSupported

byte xeno_rat_server.Forms.Socks5Const.Reply.CommandNotSupported = 0x07
static

◆ ConnectionRefused

byte xeno_rat_server.Forms.Socks5Const.Reply.ConnectionRefused = 0x05
static

◆ Failure

byte xeno_rat_server.Forms.Socks5Const.Reply.Failure = 0x01
static

◆ HostUnreachable

byte xeno_rat_server.Forms.Socks5Const.Reply.HostUnreachable = 0x04
static

◆ NetworkUnreachable

byte xeno_rat_server.Forms.Socks5Const.Reply.NetworkUnreachable = 0x03
static

◆ NotAllowed

byte xeno_rat_server.Forms.Socks5Const.Reply.NotAllowed = 0x02
static

◆ OK

byte xeno_rat_server.Forms.Socks5Const.Reply.OK = 0x00
static

◆ TtlExpired

byte xeno_rat_server.Forms.Socks5Const.Reply.TtlExpired = 0x06
static

The documentation for this class was generated from the following file: