Beispiel #1
0
 public void AddParameter(byte[] content, byte Type)
 {
     Add(new byte[] { Type });
     Add(ClientInfo.IntToBytes(content.Length));
     Add(content);
 }