Beispiel #1
0
 public UdpClient(byte[] arr, int sid, byte[] appData)
 {
     defpb           = new ServerPackBuilderEx(arr, sid);
     SessionId       = sid;
     applicationData = appData;
 }
Beispiel #2
0
 public UdpClient(byte a, byte b, byte c, byte d, int sid, byte[] appData)
 {
     defpb           = new ServerPackBuilderEx(a, b, c, d, sid);
     SessionId       = sid;
     applicationData = appData;
 }