示例#1
0
 public Cmd(TorControl.Commands t, int l)
 {
     type = t; body = new byte[l];
 }
示例#2
0
 public Cmd(TorControl.Commands t, byte[] b)
 {
     type = t; body = b;
 }