public ipMatch(net.IP ip = default, @string port = default) { this.ip = ip; this.port = port; }
public socksAddr(@string Name = default, net.IP IP = default, long Port = default) { this.Name = Name; this.IP = IP; this.Port = Port; }