Пример #1
0
 protected void UnAuthorizedReceived(PacketHeader header, Connection connection, int code)
 {
     if (UnAuthorized != null)
     {
         UnAuthorized.Invoke(code, EventArgs.Empty);
     }
 }