Example #1
0
 public NpgsqlBackEndKeyData(Stream stream, byte[] buffer)
 {
     PGUtil.EatShortStreamBytes(stream, 4);
     ProcessID = PGUtil.ReadInt32(stream, buffer);
     SecretKey = PGUtil.ReadInt32(stream, buffer);
 }