11 private readonly IPAddress ipAddress;
12 private readonly
string domainName;
13 private readonly
int port;
14 private readonly
byte responseCode;
25 this.responseCode = ResponseCode;
36 get {
return this.responseCode == 0; }
Event arguments for SOCKS5 responses.
IPAddress IpAddress
IP Address, or null if destination address is a domain name.
bool Ok
If response is OK.
int PortNumber
Port Number.
string DomainName
Domain Name, or null if destiation address is an IP address.