Example #1
0
 public override void ReadFrom(PooledSocket socket)
 {
     this.Value = socket.ExpectIntegerReply();
 }