export enum SOCKS5AuthenticationMethod { NONE = 0x00, USERNAME_PASSWORD = 0x02, }