Basic type for a PGP packet.
Inheritance: Packet
コード例 #1
0
		public void WritePacket(
            ContainedPacket p)
        {
            p.Encode(this);
        }
コード例 #2
0
 public void WritePacket(
     ContainedPacket p)
 {
     p.Encode(this);
 }